Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarom Swisa authored and Yarom Swisa committed Jan 9, 2025
1 parent 43833f6 commit 25ece4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/statetracker/updaters/state_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ func (psq *StateQuery) BlockResults(ctx context.Context, height *int64) (*ctypes
}
results.FinalizeBlockEvents = append(results.FinalizeBlockEvents, legacyResults.BeginBlockEvents...)
results.FinalizeBlockEvents = append(results.FinalizeBlockEvents, legacyResults.EndBlockEvents...)
fmt.Println("-------------YAROMStateQuery", len(results.FinalizeBlockEvents))

return results, nil
}

Expand All @@ -433,6 +433,6 @@ func (psq *StateQueryAccessInst) BlockResults(ctx context.Context, height *int64
}
results.FinalizeBlockEvents = append(results.FinalizeBlockEvents, legacyResults.BeginBlockEvents...)
results.FinalizeBlockEvents = append(results.FinalizeBlockEvents, legacyResults.EndBlockEvents...)
fmt.Println("-------------YAROMStateQueryAccessInst", len(results.FinalizeBlockEvents))

return results, nil
}

0 comments on commit 25ece4a

Please sign in to comment.