mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
remove print
This commit is contained in:
@@ -17,7 +17,6 @@ struct ShellView: View {
|
||||
ZStack {
|
||||
TerminalController(handler: handler)
|
||||
.onAppear {
|
||||
print("asd\(handler.scrollback.count)")
|
||||
TerminalController.TerminalViewContainer.shared?.restoreScrollback()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user