Skip to content

Commit

Permalink
fix: remove useless logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mortimr committed Apr 10, 2024
1 parent ada3268 commit 772fde9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/proposal/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -568,9 +568,7 @@ ${proposalConfig.description}
throw new Error(`Unsupported transactionType ${tx.transactionType} in proposal ${proposal}`);
}
}
console.log('OLALA');
if (txs.length > 0) {
console.log(txs);
const safeKit = await getSafeKit(scdk.provider, sender);
let safeTx;
if (txs.length > 1) {
Expand Down

0 comments on commit 772fde9

Please sign in to comment.