We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceaf3f5 commit b8b90d9Copy full SHA for b8b90d9
1 file changed
commands/deploy.js
@@ -144,7 +144,6 @@ const handler = async function (argv) {
144
145
// Insert content for new transaction
146
transactions.push({ filesIndex, txContent })
147
- console.log(txContent)
148
149
// Increment filesIndex for next transaction
150
filesIndex++
0 commit comments