Disabling debug messages...

This commit is contained in:
Manindra Moharana
2014-07-15 11:25:21 +05:30
parent 98ad9ffd04
commit f8ed842e5a
3 changed files with 34 additions and 34 deletions

View File

@@ -513,8 +513,8 @@ public class TextAreaPainter extends processing.app.syntax.TextAreaPainter
String tooltipText = errorCheckerService.getASTGenerator()
.getLabelForASTNode(line, word, xLS);
log(errorCheckerService.mainClassOffset + " MCO "
+ "|" + line + "| offset " + xLS + word + " <= offf: "+off+ "\n");
// log(errorCheckerService.mainClassOffset + " MCO "
// + "|" + line + "| offset " + xLS + word + " <= offf: "+off+ "\n");
if (tooltipText != null)
return tooltipText;
return word;