File tree 2 files changed +3
-3
lines changed
chat21-core/providers/mqtt 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -268,11 +268,11 @@ export class AppComponent implements OnInit {
268
268
269
269
ngOnInit ( ) : void {
270
270
const appconfig = this . appConfigProvider . getConfig ( ) ;
271
- this . logger . log ( '[APP-COMP] ngOnInit appconfig' , appconfig )
271
+ // this.logger.log('[APP-COMP] ngOnInit appconfig', appconfig)
272
272
273
273
this . globalSettingsService . obsSettingsService . subscribe ( ( resp ) => {
274
274
if ( resp ) {
275
- this . logger . log ( '[APP-COMP] ngOnInit globalSettingsService' , this . g )
275
+ // this.logger.log('[APP-COMP] ngOnInit globalSettingsService', this.g)
276
276
// /** INIT */
277
277
// this.getRouteParamsAndSetLoggerConfig();
278
278
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export class Chat21Service {
32
32
if ( ! this . _config || this . _config . appId === 'CHANGEIT' ) {
33
33
throw new Error ( 'chat21Config is not defined. Please setup your environment' ) ;
34
34
}
35
- console . log ( "INIT new Chat21Client" )
35
+ // console.log("INIT new Chat21Client")
36
36
if ( ! this . chatClient ) {
37
37
this . chatClient = new Chat21Client ( this . _config ) ;
38
38
}
You can’t perform that action at this time.
0 commit comments