mirror of
https://github.com/processing/processing4.git
synced 2026-02-24 15:55:39 +01:00
getting rid of the last ones..
This commit is contained in:
@@ -134,7 +134,7 @@ public class TextAreaPainter extends processing.app.syntax.TextAreaPainter {
|
||||
break;
|
||||
if (i > 200) {
|
||||
// time out!
|
||||
System.err.println("Whoopsy! :P");
|
||||
// System.err.println("Whoopsy! :P");
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -466,7 +466,7 @@ public class TextAreaPainter extends processing.app.syntax.TextAreaPainter {
|
||||
break;
|
||||
if (i > 200) {
|
||||
// time out!
|
||||
System.err.println("Whoopsy! :P");
|
||||
// System.err.println("Whoopsy! :P");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user