This commit is contained in:
committed by
Florent Vilmart
parent
9d2d208609
commit
f6516a1d1e
@@ -108,7 +108,7 @@ class ParseLiveQueryServer {
|
|||||||
|
|
||||||
let classSubscriptions = this.subscriptions.get(className);
|
let classSubscriptions = this.subscriptions.get(className);
|
||||||
if (typeof classSubscriptions === 'undefined') {
|
if (typeof classSubscriptions === 'undefined') {
|
||||||
logger.error('Can not find subscriptions under this class ' + className);
|
logger.debug('Can not find subscriptions under this class ' + className);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
for (let subscription of classSubscriptions.values()) {
|
for (let subscription of classSubscriptions.values()) {
|
||||||
@@ -153,7 +153,7 @@ class ParseLiveQueryServer {
|
|||||||
|
|
||||||
let classSubscriptions = this.subscriptions.get(className);
|
let classSubscriptions = this.subscriptions.get(className);
|
||||||
if (typeof classSubscriptions === 'undefined') {
|
if (typeof classSubscriptions === 'undefined') {
|
||||||
logger.error('Can not find subscriptions under this class ' + className);
|
logger.debug('Can not find subscriptions under this class ' + className);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
for (let subscription of classSubscriptions.values()) {
|
for (let subscription of classSubscriptions.values()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user