Remove sync expiry
This commit is contained in:
parent
904a764b10
commit
b8c0dcebc5
1 changed files with 0 additions and 8 deletions
|
@ -726,14 +726,6 @@ Zotero.Sync.Server = new function () {
|
|||
Zotero.debug("Auto-syncing is disabled until " + Zotero.Date.dateToSQL(_throttleTimeout) + " -- skipping sync");
|
||||
return false;
|
||||
}
|
||||
|
||||
// Set auto-sync expiry
|
||||
var expiry = new Date("September 5, 2009 00:00:00");
|
||||
if (new Date() > expiry) {
|
||||
Components.utils.reportError("Build has expired -- auto-sync disabled");
|
||||
return false;
|
||||
}
|
||||
|
||||
return this.username && this.password;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue