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 {
|
ZStack {
|
||||||
TerminalController(handler: handler)
|
TerminalController(handler: handler)
|
||||||
.onAppear {
|
.onAppear {
|
||||||
print("asd\(handler.scrollback.count)")
|
|
||||||
TerminalController.TerminalViewContainer.shared?.restoreScrollback()
|
TerminalController.TerminalViewContainer.shared?.restoreScrollback()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user