Skip to content

Commit

Permalink
dig: remove debugging printf
Browse files Browse the repository at this point in the history
Shameful.
  • Loading branch information
ryandotsmith committed Jan 31, 2024
1 parent 5eb1396 commit e7e8c9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dig/dig.go
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,6 @@ func dbtype(abitype string, d []byte) any {
case abitype == "string":
return string(d)
default:
fmt.Println("here")
return d
}
}

0 comments on commit e7e8c9c

Please sign in to comment.