Unused println

pull/14/head
Sam Bosley 13 years ago
parent 153c20ea46
commit fe9639df30

@ -1127,7 +1127,6 @@ public final class ActFmSyncService {
currentFiles.remove(id);
} else {
// Create new file attachment
System.err.println("Got name: " + file.getString("name"));
Metadata newAttachment = FileMetadata.createNewFileMetadata(model.getId(), null,
file.getString("name"), file.getString("content_type"));
String url = file.getString("url");

Loading…
Cancel
Save