From 6ca132f283fcbbc78df8df7c59b3ae37e1222ada Mon Sep 17 00:00:00 2001 From: Talor Berthelson Date: Tue, 28 Jun 2016 02:00:46 -0400 Subject: [PATCH] lol --- app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app.js b/app.js index b67cabd..09cd797 100644 --- a/app.js +++ b/app.js @@ -4,7 +4,6 @@ var Screenshot = require('url-to-screenshot'); var low = require('lowdb'); var join = require('path').join; var childProcess = require('child_process') -var phantomjs = require('phantomjs-prebuilt') var binPath = phantomjs.path var storage = require('lowdb/file-sync'); var session = low('./config.json', {'storage': storage});