@@ -62,7 +62,7 @@ function(accUtils, i18n, ko, project, urlCatalog, viewHelper, wktLogger, ViewMod
62
62
63
63
if ( this . designer ) {
64
64
// Do not stringify the dataProvider to the log since it may contain credentials...
65
- wktLogger . debug ( 'disconnected() dataProvider = %s' , this . dataProvider ) ;
65
+ wktLogger . debug ( 'disconnected() dataProvider' ) ;
66
66
this . designer . deactivateProvider ( this . dataProvider ) ;
67
67
this . designer . removeEventListener ( 'archiveUpdated' , this . archiveUpdated ) ;
68
68
}
@@ -170,7 +170,7 @@ function(accUtils, i18n, ko, project, urlCatalog, viewHelper, wktLogger, ViewMod
170
170
return array1 . filter ( c => array2 . findIndex ( x => x . uid === c . uid ) > - 1 ) ;
171
171
}
172
172
173
- wktLogger . debug ( 'Received changesAutoDownloaded event with modelContent = %s' , event . detail . value ) ;
173
+ wktLogger . debug ( 'Received changesAutoDownloaded event' ) ;
174
174
this . wrcBackendTriggerChange = true ;
175
175
this . project . wdtModel . modelContent ( event . detail . value ) ;
176
176
if ( event . detail . properties ) {
@@ -206,7 +206,7 @@ function(accUtils, i18n, ko, project, urlCatalog, viewHelper, wktLogger, ViewMod
206
206
207
207
this . archiveUpdated = ( event ) => {
208
208
const options = event . detail . options ;
209
- wktLogger . debug ( 'Received archiveUpdated event with options = %s' , JSON . stringify ( event . detail . options ) ) ;
209
+ wktLogger . debug ( 'Received archiveUpdated event' ) ;
210
210
switch ( options . operation ) {
211
211
case 'add' :
212
212
this . project . wdtModel . addArchiveUpdate ( options . operation , options . archivePath , options . filePath ) ;
0 commit comments