Skip to content

Commit 7a05861

Browse files
authored
Remove old vahter ban stats from scheduled cleanup job (#106)
The old getVahterStats call is no longer needed since the new action stats system (getVahterActionStats) fully replaces it.
1 parent b552373 commit 7a05861

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/VahterBanBot/Cleanup.fs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ type CleanupService(
7474
let runStats () = task {
7575
let sb = StringBuilder()
7676

77-
// Vahter ban stats (old system)
78-
let! vahterStats = DB.getVahterStats (Some botConf.CleanupInterval)
79-
%sb.AppendLine(string vahterStats)
80-
8177
// Vahter action stats (new system)
8278
let! actionStats = DB.getVahterActionStats (Some botConf.CleanupInterval)
8379
%sb.AppendLine(string actionStats)

0 commit comments

Comments
 (0)