summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/hs/hs.ha1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/hs/hs.ha b/cmd/hs/hs.ha
index 233c54f..4efae44 100644
--- a/cmd/hs/hs.ha
+++ b/cmd/hs/hs.ha
@@ -25,7 +25,6 @@ export fn main() void = {
case let a: parser::ast =>
yield a;
case let e: parser::error =>
- fmt::println("poopies")!;
fmt::fatal(parser::strerror(e));
};
interpreter::interpret(&it, ast);