Skip to content

Commit

Permalink
remove unnecessary debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Mar 27, 2024
1 parent fe87a3f commit f33153c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1164,10 +1164,6 @@ private Module compile(Source src) {
throw new IllegalArgumentException("This method will not work correctly with imports.");
}

System.out.println(
"\n\n\n=========================================\nSOURCE "
+ src.getURI().toString()
+ "\n");
Module rawModule = parse(src.getCharacters());

var compilerConfig = new CompilerConfig(false, true, true, true, true, Option.empty());
Expand Down

0 comments on commit f33153c

Please sign in to comment.