chore: logger.inspect

This commit is contained in:
Bobby 2022-05-05 14:33:16 +07:00
parent 30b8f0040c
commit ecdeaa8b8a
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09

View File

@ -270,7 +270,6 @@ self.disable = async (req, res, next) => {
if (!album) {
throw new ClientError('Could not get album with the specified ID.')
}
logger.inspect(album)
if (purge) {
const files = await db.table('files')