Skip to content

Commit 253a8dd

Browse files
committed
cleanup
1 parent 24c1b86 commit 253a8dd

File tree

1 file changed

+0
-2
lines changed
  • packages/thirdweb/src/cli/commands/stylus

1 file changed

+0
-2
lines changed

packages/thirdweb/src/cli/commands/stylus/builder.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ async function buildStylus(spinner: Ora, secretKey?: string) {
7474
});
7575

7676
const abiContent = abiResult.stdout.trim();
77-
console.log(abiContent);
7877

7978
if (!abiContent) {
8079
spinner.fail("Failed to generate ABI.");
@@ -136,7 +135,6 @@ async function buildStylus(spinner: Ora, secretKey?: string) {
136135
client,
137136
files: [initcode],
138137
});
139-
console.log(bytecodeUri);
140138

141139
const uri = await upload({
142140
client,

0 commit comments

Comments
 (0)