File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ class ParseLiveQueryServer {
108
108
109
109
let classSubscriptions = this . subscriptions . get ( className ) ;
110
110
if ( typeof classSubscriptions === 'undefined' ) {
111
- logger . error ( 'Can not find subscriptions under this class ' + className ) ;
111
+ logger . debug ( 'Can not find subscriptions under this class ' + className ) ;
112
112
return ;
113
113
}
114
114
for ( let subscription of classSubscriptions . values ( ) ) {
@@ -153,7 +153,7 @@ class ParseLiveQueryServer {
153
153
154
154
let classSubscriptions = this . subscriptions . get ( className ) ;
155
155
if ( typeof classSubscriptions === 'undefined' ) {
156
- logger . error ( 'Can not find subscriptions under this class ' + className ) ;
156
+ logger . debug ( 'Can not find subscriptions under this class ' + className ) ;
157
157
return ;
158
158
}
159
159
for ( let subscription of classSubscriptions . values ( ) ) {
You can’t perform that action at this time.
0 commit comments