mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
[227406][api][dstore] need apis for getting buffer size in IDataStoreProvider - taking out print
This commit is contained in:
parent
49907c8ec2
commit
554fb01c4a
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@ long t1 = System.currentTimeMillis();
|
|||
}
|
||||
|
||||
long t2 = System.currentTimeMillis();
|
||||
System.out.println("time="+(t2 - t1)/1000);
|
||||
// System.out.println("time="+(t2 - t1)/1000);
|
||||
// now wait till we have all the bytes local
|
||||
long localBytes = localFile.length();
|
||||
long lastLocalBytes = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue