Skip to content

Commit

Permalink
rm: rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Nov 15, 2023
1 parent cdfc814 commit 23d4321
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ async function data (blob: string, options: {
}): Promise<void> {
try {
const seed = options.seed
console.log(options.wait)
let rpcUrl: string
if (typeof (NETWORK_RPC_URLS[options.network]) === 'undefined') {
rpcUrl = options.rpc
Expand Down

0 comments on commit 23d4321

Please sign in to comment.