Fix: Comment out dependencies

This commit is contained in:
Preston 2018-03-20 14:18:56 -04:00
parent 1c471b5bad
commit 3ea4ad4ddf
1 changed files with 2 additions and 2 deletions

View File

@ -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;