diff --git a/ShhShell/Views/Terminal/ShellView.swift b/ShhShell/Views/Terminal/ShellView.swift index 58851a4..1ffe5bb 100644 --- a/ShhShell/Views/Terminal/ShellView.swift +++ b/ShhShell/Views/Terminal/ShellView.swift @@ -17,7 +17,6 @@ struct ShellView: View { ZStack { TerminalController(handler: handler) .onAppear { - print("asd\(handler.scrollback.count)") TerminalController.TerminalViewContainer.shared?.restoreScrollback() }