fix: remove log

This commit is contained in:
Pitu 2020-12-25 03:24:02 +09:00
parent 493e05df27
commit 943a00827d
1 changed files with 1 additions and 2 deletions

View File

@ -65,8 +65,7 @@ class ThumbUtil {
await previewUtil({
input: filePath,
width: 150,
output: path.join(ThumbUtil.videoPreviewPath, output),
log: log.debug
output: path.join(ThumbUtil.videoPreviewPath, output)
});
} catch (e) {
log.error(e);