1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

[202822] get rid of printlns

This commit is contained in:
David McKnight 2007-09-12 22:10:18 +00:00
parent afbaab67e2
commit d9da4ec9a2
3 changed files with 2 additions and 14 deletions

View file

@ -98,7 +98,6 @@ public class DataElementRemover extends Handler
public synchronized void addToQueueForRemoval(DataElement element)
{
System.out.println("dis:"+element.getName());
synchronized (_queue)
{
@ -119,8 +118,6 @@ public class DataElementRemover extends Handler
{
synchronized (_queue)
{
System.out.println("spiriting");
_dataStore.memLog(" "); //$NON-NLS-1$
int disconnected = 0;
if (!_dataStore.isDoSpirit())

View file

@ -541,7 +541,6 @@ public class CommandMinerThread extends MinerThread
catch (IOException e)
{
cleanupThread();
System.out.println(e);
}
}
}
@ -882,8 +881,6 @@ public class CommandMinerThread extends MinerThread
_status.setAttribute(DE.A_NAME, "done");
_dataStore.refresh(_status);
System.out.println("cleaupThread");
// disconnecting all

View file

@ -84,7 +84,6 @@ public class DStoreServiceCommandShell extends ServiceCommandShell
int ssize = _status.getNestedSize();
if (_status.get(ssize - 1).isSpirit())
{
System.out.println("deleting for "+ _name);
// delete
_ds.deleteObjects(_status);
_ds.refresh(_status);
@ -253,18 +252,13 @@ public class DStoreServiceCommandShell extends ServiceCommandShell
cleanUp.start();
}
// cleanup on host should be taking care of that
// ds.setObject(_commandElement);
synchronized(_output)
{
_output.clear();
}
// noDE = ds.getHashMap().size();
// System.out.println("DataElements:"+noDE);
//ds.printTree("2>", ds.getLogRoot());
}
}