forgot to remove log

This commit is contained in:
Suraj 2016-03-01 00:10:08 +05:30
parent 5119a5d91f
commit 963fcde8c8
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ func GetTasks(status, category string) (types.Context, error) {
if task.Priority != "1" { // if priority is not 1 then calculate, else why bother?
CurrentTime := time.Now().Local()
diff := CurrentTime.Sub(TaskCreated).Hours()
log.Println(diff)
if diff > 168 {
task.IsOverdue = true // If one week then overdue by default
}