From 3ea4ad4ddff550d59cb9dafbc4ea0329fbdd44ce Mon Sep 17 00:00:00 2001 From: Preston Date: Tue, 20 Mar 2018 14:18:56 -0400 Subject: [PATCH] Fix: Comment out dependencies --- src/js/layout.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/layout.js b/src/js/layout.js index 8209b8330..d409825de 100644 --- a/src/js/layout.js +++ b/src/js/layout.js @@ -34,8 +34,8 @@ const electron = require('electron'); // Used for getting the user's subscriptions. Can probably remove this when that function // is rewritten. -const asyncLoop = require('node-async-loop'); -const youtubedl = require('youtube-dl'); +//const asyncLoop = require('node-async-loop'); +//const youtubedl = require('youtube-dl'); const shell = electron.shell; // Used to open external links into the user's native browser. const localDataStorage = electron.remote.app.getPath('userData'); // Grabs the userdata directory based on the user's OS const clipboard = electron.clipboard;