Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
matijamarjanovic committed Jan 29, 2025
1 parent d584e25 commit 58ed37f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/gno.land/p/demo/grc/grc20/tellers.gno
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ func (tok *Token) CallerTeller() Teller {
return &fnTeller{
accountFn: func() std.Address {
caller := std.PrevRealm().Addr()
println("caller", string(caller))
return caller
},
Token: tok,
Expand Down Expand Up @@ -49,7 +48,6 @@ func (tok *Token) RealmTeller() Teller {

return &fnTeller{
accountFn: func() std.Address {
println("caller", string(caller))
return caller
},
Token: tok,
Expand Down

0 comments on commit 58ed37f

Please sign in to comment.