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 {
108108
109109 let classSubscriptions = this . subscriptions . get ( className ) ;
110110 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 ) ;
112112 return ;
113113 }
114114 for ( let subscription of classSubscriptions . values ( ) ) {
@@ -153,7 +153,7 @@ class ParseLiveQueryServer {
153153
154154 let classSubscriptions = this . subscriptions . get ( className ) ;
155155 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 ) ;
157157 return ;
158158 }
159159 for ( let subscription of classSubscriptions . values ( ) ) {
You can’t perform that action at this time.
0 commit comments