mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 13:21:07 +01:00
Removed unnecessary exception
This commit is contained in:
@@ -861,14 +861,8 @@ public class ErrorCheckerService implements Runnable {
|
||||
e2.printStackTrace();
|
||||
}
|
||||
}
|
||||
} else {
|
||||
System.err.format("Cannot find \"%s\" library. Line %d in tab %s%n",
|
||||
entry, impstat.getLineNumber(),
|
||||
editor.getSketch().getCode(impstat.getTab()).getPrettyName());
|
||||
}
|
||||
|
||||
} else {
|
||||
new Exception("Error while handling '" + entry + "'", e).printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user