Skip to content

Commit af1fa91

Browse files
committed
Remove debug dumps >_<
1 parent 7cfa1e9 commit af1fa91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: hit_list.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func (h *HitLists) List(
116116
"filter": pathFilter,
117117
"limit": limit + 1,
118118
"exclude": exclude,
119-
}, zdb.DumpQuery|zdb.DumpResult)
119+
})
120120
if err != nil {
121121
return 0, false, errors.Wrap(err, "HitLists.List hit_counts")
122122
}
@@ -152,7 +152,7 @@ func (h *HitLists) List(
152152
"start": rng.Start.Format("2006-01-02"),
153153
"end": rng.End.Format("2006-01-02"),
154154
"paths": paths,
155-
}, zdb.DumpQuery|zdb.DumpResult)
155+
})
156156
if err != nil {
157157
return 0, false, errors.Wrap(err, "HitLists.List hit_stats")
158158
}

0 commit comments

Comments
 (0)