getting rid of the last ones..

This commit is contained in:
Manindra Moharana
2013-08-17 18:26:47 +05:30
parent 145206f617
commit 314fec83db
7 changed files with 57 additions and 50 deletions

View File

@@ -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;
}
}