mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Removed debugLog statements from Parser.java.
This commit is contained in:
parent
2f398f309b
commit
7c632b299c
1 changed files with 0 additions and 7 deletions
|
@ -4422,13 +4422,6 @@ public class Parser implements IParser
|
|||
IToken t = scanner.nextToken();
|
||||
if( t.getEndOffset() > highWaterOffset )
|
||||
highWaterOffset = t.getEndOffset();
|
||||
if( t.getOffset() == 872556 )
|
||||
{
|
||||
Util.debugLog( "This is the point of failure.");
|
||||
Util.debugLog( "Token is of image =" + t.getImage() );
|
||||
Util.debugLog( "Token is on line " + scanner.getLineNumberForOffset( t.getOffset() ) );
|
||||
}
|
||||
Util.debugLog( "FetchToken retrieved token w/offset=" + t.getOffset() );
|
||||
return t;
|
||||
}
|
||||
catch (EndOfFile e)
|
||||
|
|
Loading…
Add table
Reference in a new issue