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;