JAL-3141 removing diagnostic output
authorBen Soares <bsoares@dundee.ac.uk>
Sun, 20 Jan 2019 15:50:31 +0000 (15:50 +0000)
committerBen Soares <bsoares@dundee.ac.uk>
Sun, 20 Jan 2019 15:50:31 +0000 (15:50 +0000)
src/jalview/io/BackupFiles.java

index 1553a41..5f40cb4 100644 (file)
@@ -202,7 +202,6 @@ public class BackupFiles
 
   public boolean renameTempFile()
   {
-    System.out.println("RENAMING TEMP FILE '"+tempFile.getName() + "' TO '"+file.getName()+"'"); // DELETEME
     return tempFile.renameTo(file);
   }