Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Dec 2, 2024
1 parent 4367ffa commit c9f5aef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/core/src/zserio/tools/ExtensionManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ private ClassLoader getClassLoader()
{
if (isFileZserioExtension(file))
{
System.out.println("File = " + file); //!@#
urlArray.add(new URL("file:" + file.getPath()));
}
}
Expand Down

0 comments on commit c9f5aef

Please sign in to comment.