Skip to content

Commit 0bbd0c9

Browse files
committed
remove debugging output that I accidentally left in
1 parent 14ff770 commit 0bbd0c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/HLL/Compiler.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,6 @@ class HLL::Compiler {
442442
for @files {
443443
my $in-handle := pir::new('FileHandle');
444444
my $err := 0;
445-
pir::say("File: '$_'");
446445
try {
447446
# the PIR version checked for utf8 specifically...
448447
# dunno why it was this way, and why it doesn't work in nqp

0 commit comments

Comments
 (0)