Skip to content

Commit 581c78f

Browse files
committed
Remove console.log
1 parent e38b405 commit 581c78f

File tree

1 file changed

+0
-4
lines changed
  • packages/credential-sdk/src/types/generic

1 file changed

+0
-4
lines changed

Diff for: packages/credential-sdk/src/types/generic/with-eq.js

-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ export default function withEq(klass) {
2828
try {
2929
compareWith = constructor.from(anyOf(...tryFrom).from(compareWith));
3030
} catch (err) {
31-
console.log(
32-
err,
33-
tryFrom.map((v) => v.name),
34-
);
3531
return false;
3632
}
3733

0 commit comments

Comments
 (0)