Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkoepke committed Mar 20, 2024
1 parent 64fd8c0 commit 0bd8aeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/provider/emulator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ export class Emulator implements Provider {
}

const scriptRef = entry.utxo.scriptRef;
console.log(scriptRef);
if (scriptRef) {
switch (scriptRef.type) {
case "Native": {
Expand Down

0 comments on commit 0bd8aeb

Please sign in to comment.