mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 12:35:22 +02:00
[202822] get rid of printlns
This commit is contained in:
parent
afbaab67e2
commit
d9da4ec9a2
3 changed files with 2 additions and 14 deletions
|
@ -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())
|
||||
|
|
|
@ -541,7 +541,6 @@ public class CommandMinerThread extends MinerThread
|
|||
catch (IOException e)
|
||||
{
|
||||
cleanupThread();
|
||||
System.out.println(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -883,8 +882,6 @@ public class CommandMinerThread extends MinerThread
|
|||
_status.setAttribute(DE.A_NAME, "done");
|
||||
_dataStore.refresh(_status);
|
||||
|
||||
System.out.println("cleaupThread");
|
||||
|
||||
// disconnecting all
|
||||
|
||||
_dataStore.disconnectObjects(_status);
|
||||
|
|
|
@ -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);
|
||||
|
@ -254,17 +253,12 @@ public class DStoreServiceCommandShell extends ServiceCommandShell
|
|||
}
|
||||
|
||||
|
||||
// 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());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue