Skip to content

Commit 3a54ee0

Browse files
committed
chore: logging
1 parent ffdb518 commit 3a54ee0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dry-run/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,10 @@ const resources = mintIngestorResources();
6565
).length;
6666
if (totalCalls - failedCalls > 0) {
6767
console.log(`✅ Although one or more (${failedCalls}) Error Occurred [execution reverted] Contract Execution Completed`);
68-
console.log(JSON.stringify(simulationResult, null, 2));
6968
} else {
7069
console.log('❌ Simulation Failed');
71-
console.log(JSON.stringify(simulationResult, null, 2));
7270
}
71+
console.log(JSON.stringify(simulationResult, null, 2));
7372
}
7473
} catch (error) {
7574
console.error(error);

0 commit comments

Comments
 (0)