1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Removed some print statements

This commit is contained in:
Zack Scholl 2016-03-30 12:57:50 -04:00
parent 501e4fc538
commit f4adfffe32

1
db.go
View File

@ -83,7 +83,6 @@ func getCurrentText(title string, version int) (string, []versionsInfo, bool, ti
isCurrent = false isCurrent = false
} }
vi, totalTime = getImportantVersions(p) vi, totalTime = getImportantVersions(p)
log.Println(totalTime)
return nil return nil
}) })
if err != nil { if err != nil {