1
0
Fork 0
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:
David McKnight 2008-04-21 15:39:13 +00:00
parent 49907c8ec2
commit 554fb01c4a

View file

@ -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;