Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
AKB428 committed May 8, 2022
1 parent 4771cf6 commit 615e19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sana_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func historyDaily(w http.ResponseWriter, r *http.Request) {
if tmpDay != getDateSt {
resTwhs = append(resTwhs, v)
tmpDay = getDateSt
log.Println(getDateSt)
//log.Println(getDateSt)
}
}

Expand Down

0 comments on commit 615e19c

Please sign in to comment.