Skip to content

Commit

Permalink
removed console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiboSoftwareDev committed Sep 22, 2024
1 parent cd014db commit 83deebe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/footprinter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export const footprinter = (): Footprinter & { string: typeof string } => {
// console.log(prop, target)
if (prop === "soup") {
if ("fn" in target && FOOTPRINT_FN[target.fn]) {
console.log(FOOTPRINT_FN[target.fn](target).parameters)
return () => FOOTPRINT_FN[target.fn](target).circuitJson
}

Expand Down

0 comments on commit 83deebe

Please sign in to comment.