remove print

This commit is contained in:
neon443
2025-06-26 16:36:45 +01:00
parent 4d10245569
commit b43d92e2d5

View File

@@ -17,7 +17,6 @@ struct ShellView: View {
ZStack { ZStack {
TerminalController(handler: handler) TerminalController(handler: handler)
.onAppear { .onAppear {
print("asd\(handler.scrollback.count)")
TerminalController.TerminalViewContainer.shared?.restoreScrollback() TerminalController.TerminalViewContainer.shared?.restoreScrollback()
} }