JAL-3141 removing diagnostic output
[jalview.git] / 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);
   }