Disabling debug messages....

This commit is contained in:
Manindra Moharana
2014-07-15 11:29:18 +05:30
parent f8ed842e5a
commit 0e43695fe6
2 changed files with 3 additions and 3 deletions

View File

@@ -2496,7 +2496,7 @@ public class ASTGenerator {
CompilationUnit root = (CompilationUnit) node.getRoot();
// log("Inside "+getNodeAsString(node) + " | " + root.getLineNumber(node.getStartPosition()));
if (root.getLineNumber(node.getStartPosition()) == lineNumber) {
logE(3 + getNodeAsString(node) + " len " + node.getLength());
// logE(3 + getNodeAsString(node) + " len " + node.getLength());
return node;
// if (offset < node.getLength())
// return node;