mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 20:45: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)
|
public synchronized void addToQueueForRemoval(DataElement element)
|
||||||
{
|
{
|
||||||
System.out.println("dis:"+element.getName());
|
|
||||||
synchronized (_queue)
|
synchronized (_queue)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@ -119,8 +118,6 @@ public class DataElementRemover extends Handler
|
||||||
{
|
{
|
||||||
synchronized (_queue)
|
synchronized (_queue)
|
||||||
{
|
{
|
||||||
|
|
||||||
System.out.println("spiriting");
|
|
||||||
_dataStore.memLog(" "); //$NON-NLS-1$
|
_dataStore.memLog(" "); //$NON-NLS-1$
|
||||||
int disconnected = 0;
|
int disconnected = 0;
|
||||||
if (!_dataStore.isDoSpirit())
|
if (!_dataStore.isDoSpirit())
|
||||||
|
|
|
@ -541,7 +541,6 @@ public class CommandMinerThread extends MinerThread
|
||||||
catch (IOException e)
|
catch (IOException e)
|
||||||
{
|
{
|
||||||
cleanupThread();
|
cleanupThread();
|
||||||
System.out.println(e);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -883,8 +882,6 @@ public class CommandMinerThread extends MinerThread
|
||||||
_status.setAttribute(DE.A_NAME, "done");
|
_status.setAttribute(DE.A_NAME, "done");
|
||||||
_dataStore.refresh(_status);
|
_dataStore.refresh(_status);
|
||||||
|
|
||||||
System.out.println("cleaupThread");
|
|
||||||
|
|
||||||
// disconnecting all
|
// disconnecting all
|
||||||
|
|
||||||
_dataStore.disconnectObjects(_status);
|
_dataStore.disconnectObjects(_status);
|
||||||
|
|
|
@ -84,7 +84,6 @@ public class DStoreServiceCommandShell extends ServiceCommandShell
|
||||||
int ssize = _status.getNestedSize();
|
int ssize = _status.getNestedSize();
|
||||||
if (_status.get(ssize - 1).isSpirit())
|
if (_status.get(ssize - 1).isSpirit())
|
||||||
{
|
{
|
||||||
System.out.println("deleting for "+ _name);
|
|
||||||
// delete
|
// delete
|
||||||
_ds.deleteObjects(_status);
|
_ds.deleteObjects(_status);
|
||||||
_ds.refresh(_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)
|
synchronized(_output)
|
||||||
{
|
{
|
||||||
_output.clear();
|
_output.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
// noDE = ds.getHashMap().size();
|
|
||||||
// System.out.println("DataElements:"+noDE);
|
|
||||||
//ds.printTree("2>", ds.getLogRoot());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue