From 17521c96b42b6f8c7a386c33f6039c24e59d7a85 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Thu, 22 Sep 2011 06:55:35 +0000 Subject: [PATCH] Further abbreviate message --- chrome/content/zotero/xpcom/zotero.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 6e7193944..77d146573 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -685,9 +685,7 @@ if(appInfo.platformVersion[0] >= 2) { var timeout = Date.now() + 5000; // 5 second timeout while(_waitingForDBLock && !Zotero.closing && Date.now() < timeout) { - // Dear friendly AMO reviewer: - // The following processNextEvent() call is only used within Zotero - // Standalone. It is never used when Zotero is running in Firefox. + // This is never used when Zotero is run in Firefox. Zotero.mainThread.processNextEvent(true); } if(Zotero.closing) return false;