No need to notify us that an event listener is being added

This commit is contained in:
Simon Kornblith 2011-07-14 00:01:14 +00:00
parent 9adbf332e3
commit 06acd954df

View file

@ -387,7 +387,6 @@ var Zotero_Browser = new function() {
if(!contentWin.haveZoteroEventListener) {
contentWin.addEventListener("ZoteroItemUpdated", itemUpdated, false);
contentWin.haveZoteroEventListener = true;
Zotero.debug("event listener registered");
}
}
}