Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Oct 4, 2024
1 parent d0d5bd7 commit 8e4d708
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extension/src/providers/ForkProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ class ForkProvider extends EventEmitter {
this.ownerAddress === ZeroAddress ? undefined : this.ownerAddress
const isSafe = await this.isSafePromise

console.log(this.moduleAddress, ownerAddress)
if (!isSafe && (this.moduleAddress || ownerAddress)) {
throw new Error(
'moduleAddress or ownerAddress is only supported for Safes as avatar'
Expand Down

0 comments on commit 8e4d708

Please sign in to comment.