Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
EgonOlsen committed Nov 2, 2019
1 parent cc5e565 commit 6bcf102
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/sixtyfour/cbmnative/NativeOptimizer.java
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ private static List<String> applyPatterns(CompilerConfig config, List<String> co
pos3 = rs.indexOf(",");
rs = rs.substring(0, pos3 + 1) + "#{"
+ rs.substring(pos3 + 2, rs.indexOf("{", pos3)) + "}{STRING}";
System.out.println("Tröt: " + rs);
} else {
throw new RuntimeException("Unknown optimizer function: " + fun);
}
Expand Down

0 comments on commit 6bcf102

Please sign in to comment.