From 4f5b7bbccbcf34a0ebfb19a78fe8a171cd5f7e40 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 7 May 2022 01:21:33 -0400 Subject: [PATCH] Remove old commented-out lines in include.js --- chrome/content/zotero/include.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/chrome/content/zotero/include.js b/chrome/content/zotero/include.js index 63a7f72d26..2ba044c7f9 100644 --- a/chrome/content/zotero/include.js +++ b/chrome/content/zotero/include.js @@ -2,8 +2,6 @@ /* eslint-disable no-unused-vars */ var Zotero = Components.classes['@zotero.org/Zotero;1'] - // Currently uses only nsISupports - //.getService(Components.interfaces.chnmIZoteroService). .getService(Components.interfaces.nsISupports) .wrappedJSObject;