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

Removed some print statements

Former-commit-id: edf9cba62588af9e3fd14556e952af37615110d4 [formerly 9ffee166aa5524044b91d95d300ef5266fe5d521] [formerly 1fbea8584b4c307b42de21027070fdb5dd6783ce [formerly ca20ac38bb295b333f6a2f612c6bda41bd7c0353 [formerly f4adfffe32]]]
Former-commit-id: 439d3a232cb34a3ca8be53eefc0219a9e3038e3c [formerly 19b3ef583bb6af851547c3ca65ea32398723f5eb]
Former-commit-id: b7a45aea66d459633ec9bf79371427144e4b6447
Former-commit-id: 36d67890f2
This commit is contained in:
Zack Scholl 2016-03-30 12:57:50 -04:00
parent e0ba778263
commit 382f53678f

1
db.go
View File

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