aboutsummaryrefslogtreecommitdiff
path: root/main.ha
diff options
context:
space:
mode:
Diffstat (limited to 'main.ha')
-rw-r--r--main.ha1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.ha b/main.ha
index a2ada9a..552ceae 100644
--- a/main.ha
+++ b/main.ha
@@ -81,7 +81,6 @@ fn handle_ui(file: *ev::file) void = {
fn handle_print(loop: *ev::loop, user: nullable *opaque) void = {
let st = user: *state;
- fmt::fprintln(os::stderr, "printing")!;
match (layout::print(st.layout)) {
case void =>
yield;