mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
Removed extraneous print statements.
This commit is contained in:
@@ -77,8 +77,6 @@ public class PreprocSketch {
|
||||
boolean isJavaFile = javaFileMapping.containsKey(originalFile);
|
||||
|
||||
if (isJavaFile) {
|
||||
System.out.println("**-**");
|
||||
System.out.println(javaFileMapping.get(originalFile));
|
||||
return new SketchInterval(
|
||||
javaFileMapping.get(originalFile),
|
||||
iproblem.getSourceStart(),
|
||||
|
||||
Reference in New Issue
Block a user