Skip to content

Commit b645662

Browse files
committed
removing a forgotten print
1 parent b3aebe5 commit b645662

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/algorithms.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ class RSAAlgorithm extends JWTAlgorithm {
260260

261261
return signer.verifySignature(msg, sign);
262262
} catch (ex) {
263-
print(ex);
264263
return false;
265264
}
266265
}

0 commit comments

Comments
 (0)