Skip to content
Snippets Groups Projects
Commit 6657fcb7 authored by Johannes Mey's avatar Johannes Mey
Browse files

remove debug output

parent e11fdb0d
No related branches found
No related tags found
No related merge requests found
...@@ -47,8 +47,6 @@ public class StmtCfgTest { ...@@ -47,8 +47,6 @@ public class StmtCfgTest {
System.err.println("Error: java.lang.Object is missing." System.err.println("Error: java.lang.Object is missing."
+ " The Java standard library was not found."); + " The Java standard library was not found.");
throw new RuntimeException("exiting with unhandled error!"); throw new RuntimeException("exiting with unhandled error!");
} else {
System.out.println("Success: java.lang.Object and thus the Java standard library was found.");
} }
return unit; return unit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment