Skip to content

Commit

Permalink
Remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksymMalicki committed Jan 10, 2025
1 parent cc82938 commit a32add7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/hintrunner/core/hint.go
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,6 @@ func (hint *InitSquashData) String() string {

func (hint *InitSquashData) Execute(vm *VM.VirtualMachine, ctx *hinter.HintRunnerContext) error {
// todo(rodro): Don't know if it could be called multiple times, or
fmt.Println(ctx.SquashedDictionaryManager.Keys, ctx.SquashedDictionaryManager.KeyToIndices)
err := hinter.InitializeSquashedDictionaryManager(ctx)
if err != nil {
return err
Expand Down

0 comments on commit a32add7

Please sign in to comment.