Hide another idle message

This commit is contained in:
Dan Stillman 2009-02-23 04:54:26 +00:00
parent 664b17190a
commit 66a92a5f43

View file

@ -763,8 +763,8 @@ Zotero.DBConnection.prototype.backupDatabase = function (suffix) {
var intervalMinutes = Zotero.Prefs.get('backup.interval');
var interval = intervalMinutes * 60 * 1000;
if ((now - lastBackupTime) < interval) {
Zotero.debug("Last backup of database '" + this._dbName
+ "' was less than " + intervalMinutes + " minutes ago -- skipping backup");
//Zotero.debug("Last backup of database '" + this._dbName
// + "' was less than " + intervalMinutes + " minutes ago -- skipping backup");
return;
}
}