Skip to content

Commit 0d33913

Browse files
committed
Improve logging on DeployEVMx
1 parent 6b4aa5e commit 0d33913

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

script/counter/DeployEVMxCounterApp.s.sol

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ contract CounterDeploy is Script {
2525

2626
CounterAppGateway gateway = new CounterAppGateway(addressResolver, fees);
2727

28-
console.log("Contracts deployed:");
29-
console.log("CounterAppGateway:", address(gateway));
30-
console.log("counterId:");
31-
console.logBytes32(gateway.counter());
28+
console.log("CounterAppGateway contract:", address(gateway));
3229
}
3330
}

0 commit comments

Comments
 (0)