Skip to content

Commit 1228a4f

Browse files
committed
Refactor console log statement in IdentitiesService
1 parent 0793e6f commit 1228a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/management/identities/identities.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ export class IdentitiesService extends AbstractServiceSchema {
334334
if (obj[key] === null) {
335335
obj[key] = '';
336336
} else if (typeof obj[key] === 'object') {
337-
console.log('key', key);
337+
// console.log('key', key);
338338
obj[key] = this.transformNullsToString(obj[key]);
339339
}
340340
}

0 commit comments

Comments
 (0)