remove print
This commit is contained in:
parent
06b592df11
commit
ce1dd41e1c
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ export default async (req: Request<unknown, unknown, unknown, query>, res: Respo
|
|||
} = req.query
|
||||
|
||||
prepareResponse(res)
|
||||
console.log(theme)
|
||||
|
||||
try {
|
||||
const data = await fetchHistory(username, clampValue(parseNumber(days_count) || 14, 1, 30))
|
||||
|
|
Loading…
Add table
Reference in a new issue