Skip to content

Commit e4292bf

Browse files
committed
Remove debug console log from AbstractIdentitiesService
1 parent 9ac1350 commit e4292bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/management/identities/abstract-identities.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ export abstract class AbstractIdentitiesService extends AbstractServiceSchema {
133133
),
134134
),
135135
);
136-
console.log('datadata', data);
137136

138137
const hash = createHash('sha256');
139138
hash.update(data);

0 commit comments

Comments
 (0)