diff --git a/pkg/hintrunner/core/hint.go b/pkg/hintrunner/core/hint.go index e5e57f12..f6e348d7 100644 --- a/pkg/hintrunner/core/hint.go +++ b/pkg/hintrunner/core/hint.go @@ -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