Skip to content

Commit

Permalink
Merge #5
Browse files Browse the repository at this point in the history
5: Remove unnecessary log.Println r=Jaskaranbir a=Jaskaranbir



Co-authored-by: Jaskaranbir <jaskaranbir.dhillon@gmail.com>
  • Loading branch information
ninja-bruh and Jaskaranbir committed Sep 25, 2018
2 parents b880f86 + d6c5bc7 commit 1c7942d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ioutil/queryutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ func (qu *QueryUtil) QueryHandler(
eventMetaPartnKey int8,
query *model.EventStoreQuery,
) (*[]model.Event, error) {
log.Println(query)
// Get Aggregate Meta-Version
aggMetaVersion, err := qu.DBUtil.GetAggMetaVersion(eventMetaPartnKey, query)
if err != nil {
Expand Down

0 comments on commit 1c7942d

Please sign in to comment.