Skip to content

Commit

Permalink
removed
Browse files Browse the repository at this point in the history
  • Loading branch information
timleland committed Oct 28, 2017
1 parent 53099ab commit c2ce3f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.js
Expand Up @@ -16,7 +16,6 @@ var parseUrl = function(url) {
app.get('/', function(req, res) {
var urlToScreenshot = parseUrl(req.query.url);

var apiKey = req.query.apiKey;
if (validUrl.isWebUri(urlToScreenshot)) {
console.log('Screenshotting: ' + urlToScreenshot);
(async() => {
Expand Down

0 comments on commit c2ce3f1

Please sign in to comment.