Skip to content
Snippets Groups Projects
Commit 604cfa2c authored by jakubs's avatar jakubs
Browse files

LMS-2767 minor update

SVN: 24428
parent 2a8df63b
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,6 @@ public class PostRegistrationMaintenanceTask implements IDataStoreLockingMainten ...@@ -164,7 +164,6 @@ public class PostRegistrationMaintenanceTask implements IDataStoreLockingMainten
IPostRegistrationTask task = entry.getValue(); IPostRegistrationTask task = entry.getValue();
String taskName = entry.getKey(); String taskName = entry.getKey();
executor.execute(task, taskName, code, dataSet.isContainer()); executor.execute(task, taskName, code, dataSet.isContainer());
System.err.println("The post registration of the dataset" +dataSet.getId());
} }
// After succesful registration the information is send to the service. // After succesful registration the information is send to the service.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment