Remove log

This commit is contained in:
Tobias P.L Wennberg 2025-01-13 10:44:40 +01:00
parent 6d83e1b5bf
commit 561e2c3edd

View File

@ -133,7 +133,6 @@ func input_str(env *environment.Env) string {
fmt.Print(env.Path) fmt.Print(env.Path)
fmt.Print(" > ") fmt.Print(" > ")
fmt.Print(input) fmt.Print(input)
fmt.Print(r_rune)
} }
loop_exit: loop_exit:
term.Restore(int(std_fd), term_restore) term.Restore(int(std_fd), term_restore)