mirror of
https://github.com/processing/processing4.git
synced 2026-02-26 00:35:41 +01:00
Disabling debug messages...
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user