取消日志打印

This commit is contained in:
srcrs 2023-07-28 02:17:26 +08:00
parent 0610541e83
commit 9b8f8ecc23

View File

@ -107,7 +107,6 @@ func updateFeeds() {
log.Printf("Error saving feed to Redis: %v", err)
}
}
log.Printf("update success")
time.Sleep(5 * time.Minute)
}
}