Skip to content

Commit

Permalink
chore: remove console.log as unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Sep 11, 2024
1 parent ea6523b commit f3463a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tx-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export class TxBuilder {

return { modules, dependencies, digest };
} catch (e) {

Check failure on line 283 in src/tx-builder.ts

View workflow job for this annotation

GitHub Actions / lint

Unnecessary catch clause
console.log(e);
// Remove the temporary directory before rethrowing the error
throw e;
} finally {
rmTmpDir();
Expand Down

0 comments on commit f3463a4

Please sign in to comment.