Add missing debug line for notifier registration

This commit is contained in:
Dan Stillman 2023-04-27 03:39:25 -04:00
parent 59ca0731b8
commit 42f87597cf

View file

@ -76,6 +76,7 @@ Zotero.Notifier = new function(){
if (priority) {
msg += " with priority " + priority;
}
Zotero.debug(msg, 4);
_observers[hash] = {
ref: ref,
types: types,