aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/grammar.zig')
-rw-r--r--src/grammar.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/grammar.zig b/src/grammar.zig
index 2169fe7..3c586f3 100644
--- a/src/grammar.zig
+++ b/src/grammar.zig
@@ -51,8 +51,6 @@ pub fn parse(entry: []const u8, buffer: []const u8, allocator: std.mem.Allocator
self.generate_first();
self.generate_follows();
- std.debug.print("{}\n", .{self});
-
return self;
}