We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c1b86 commit 253a8ddCopy full SHA for 253a8dd
packages/thirdweb/src/cli/commands/stylus/builder.ts
@@ -74,7 +74,6 @@ async function buildStylus(spinner: Ora, secretKey?: string) {
74
});
75
76
const abiContent = abiResult.stdout.trim();
77
- console.log(abiContent);
78
79
if (!abiContent) {
80
spinner.fail("Failed to generate ABI.");
@@ -136,7 +135,6 @@ async function buildStylus(spinner: Ora, secretKey?: string) {
136
135
client,
137
files: [initcode],
138
139
- console.log(bytecodeUri);
140
141
const uri = await upload({
142
0 commit comments