Skip to content
Snippets Groups Projects
Commit c66f315c authored by Gwenaelle ABEILLE's avatar Gwenaelle ABEILLE
Browse files

remove syso

parent ee47c42a
No related branches found
No related tags found
No related merge requests found
......@@ -381,13 +381,13 @@ public class DbProxy implements IDbProxy {
.getArchiverCurrentTasks(
(facility ? "//" + new Database().get_tango_host() + "/" : "")
+ archiverName);
System.out.println("Current Tasks - " + archiverCurrentTasks.size() + ": ");
for (int i = 0; i < archiverCurrentTasks.size(); i++) {
final AttributeLightMode attributeLightMode = archiverCurrentTasks.elementAt(i);
// System.out.println("Current Tasks - " + archiverCurrentTasks.size() + ": ");
// for (int i = 0; i < archiverCurrentTasks.size(); i++) {
// final AttributeLightMode attributeLightMode = archiverCurrentTasks.elementAt(i);
// System.out.println("******************* " + (i + 1)
// + " *******************");
System.out.println(attributeLightMode);
}
// System.out.println(attributeLightMode);
// }
return archiverCurrentTasks;
} catch (final DevFailed devFailed) {
final String message = GlobalConst.ARCHIVING_ERROR_PREFIX + " : "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment