Skip to content

Commit

Permalink
docs: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Aug 12, 2024
1 parent 2e6623c commit 23cf050
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions node/pkg/aggregator/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,6 @@ func insertSampleData(ctx context.Context, app *App, latestLocalAggMap *LatestLo

localAggregateInsertTime := time.Now()

// key := keys.LocalAggregateKey(tmpConfig.ID)
// data, err := json.Marshal(LocalAggregate{ConfigID: tmpConfig.ID, Value: int64(10), Timestamp: localAggregateInsertTime})
// if err != nil {
// return nil, err
// }

tmpLocalAggregate := &LocalAggregate{ConfigID: tmpConfig.ID, Value: int64(10), Timestamp: localAggregateInsertTime}
latestLocalAggMap.Store(tmpConfig.ID, tmpLocalAggregate)

Expand Down

0 comments on commit 23cf050

Please sign in to comment.