Add missing debug line for notifier registration
This commit is contained in:
parent
59ca0731b8
commit
42f87597cf
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ Zotero.Notifier = new function(){
|
||||||
if (priority) {
|
if (priority) {
|
||||||
msg += " with priority " + priority;
|
msg += " with priority " + priority;
|
||||||
}
|
}
|
||||||
|
Zotero.debug(msg, 4);
|
||||||
_observers[hash] = {
|
_observers[hash] = {
|
||||||
ref: ref,
|
ref: ref,
|
||||||
types: types,
|
types: types,
|
||||||
|
|
Loading…
Reference in a new issue