JAL-3676 Removed BACKUPFILESPRESETENTRY logging for opening the file browser. Changed...
[jalview.git] / src / jalview / io / BackupFilesPresetEntry.java
index 0734665..ff8a5e6 100644 (file)
@@ -135,8 +135,6 @@ public class BackupFilesPresetEntry
   {
     String savedPresetString = Cache
             .getDefault(BackupFilesPresetEntry.SAVEDCONFIG, null);
-    Cache.log.debug("BACKUPFILESPRESETENTRY saved preset string is "
-            + savedPresetString);
     BackupFilesPresetEntry savedPreset = BackupFilesPresetEntry
             .createBackupFilesPresetEntry(savedPresetString);
     if (savedPreset == null)