mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
remove print
This commit is contained in:
parent
97c8498abf
commit
565bb1d4bb
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ public class LocalFileService extends AbstractFileService implements IFileServic
|
|||
int readCount = 0;
|
||||
|
||||
int available = bufInputStream.available();
|
||||
System.out.println("available = "+available);
|
||||
|
||||
while( (readCount = bufInputStream.read(buffer)) > 0 && !isCancelled)
|
||||
{
|
||||
if (isEncodingConversionRequired)
|
||||
|
|
Loading…
Add table
Reference in a new issue