chore: remove useless logging
This commit is contained in:
parent
e848a3f7fa
commit
8491785c9d
@ -218,7 +218,5 @@ func SearchLogsByDayAndModel(userId, start, end int) (LogStatistics []*LogStatis
|
|||||||
ORDER BY day, model_name
|
ORDER BY day, model_name
|
||||||
`, userId, start, end).Scan(&LogStatistics).Error
|
`, userId, start, end).Scan(&LogStatistics).Error
|
||||||
|
|
||||||
fmt.Println(userId, start, end)
|
|
||||||
|
|
||||||
return LogStatistics, err
|
return LogStatistics, err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user