uncomment unnecessary commented lines

This commit is contained in:
Dawid Wysokiński 2020-10-24 12:27:19 +02:00
parent 1ef0ee381f
commit 31c7dc52b3

View File

@ -44,9 +44,9 @@ func Attach(c *cron.Cron, cfg Config) error {
} }
go func() { go func() {
updateServerData() updateServerData()
// vacuumDatabase() vacuumDatabase()
// updateHistory() updateHistory()
// updateStats() updateStats()
}() }()
return nil return nil