Skip to content
Snippets Groups Projects
Commit 721a9898 authored by gmantele's avatar gmantele
Browse files

[TAP] Remove forgotten debugging messages.

parent a76a7b99
No related branches found
No related tags found
No related merge requests found
......@@ -290,8 +290,6 @@ public final class ConfigurableTAPFactory extends AbstractTAPFactory {
@Override
public UWSBackupManager createUWSBackupManager(UWSService uws) throws TAPException{
try{
System.out.println("BACKUP FREQUENCY ? " + backupFrequency);
System.out.println("BACKUP BY USER ? " + backupByUser);
return (backupFrequency < 0) ? null : new DefaultTAPBackupManager(uws, backupByUser, backupFrequency);
}catch(UWSException ex){
throw new TAPException("Impossible to create a backup manager, because: " + ex.getMessage(), ex);
......
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