From b43d92e2d5634bbd1b76ce2752c26b149969f5dd Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Thu, 26 Jun 2025 16:36:45 +0100 Subject: [PATCH] remove print --- ShhShell/Views/Terminal/ShellView.swift | 1 - 1 file changed, 1 deletion(-) 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() }