Skip to content

Commit 23258f9

Browse files
committed
fix: remove unnecessary print
1 parent 81e302a commit 23258f9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apis/hole/apis.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,6 @@ func GenerateSummary(c *fiber.Ctx) error {
984984
"data": fiber.Map{},
985985
})
986986
}
987-
println(fmt.Sprintf("AISummary_%d_v%d", id, hole.Reply-hole.Reply%config.Config.SummarySteps))
988987
if forceRefresh {
989988
err := DeleteCache(fmt.Sprintf("AISummary_%d_v%d", id, hole.Reply-hole.Reply%config.Config.SummarySteps))
990989
if err != nil {

0 commit comments

Comments
 (0)