From f989410d578bc4d4896b6440ca8b5918563680e9 Mon Sep 17 00:00:00 2001 From: Cedric Hoelzl Date: Thu, 14 Nov 2019 00:29:28 +0100 Subject: [PATCH] Cleanup --- reverser.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/reverser.js b/reverser.js index ce16113..3b2c807 100644 --- a/reverser.js +++ b/reverser.js @@ -1,6 +1,4 @@ const path = require('path'); -const down = require('download'); -const hasha = require('hasha'); const ffmpeg = require('fluent-ffmpeg'); const {path: ffPath} = require('@ffmpeg-installer/ffmpeg');