From 361e99006b9ae24e349e4d1d17dc9d07fa1e3e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Tue, 23 Oct 2018 18:20:11 +0200 Subject: [PATCH] Ignore line --- lib/cartodb/server.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/cartodb/server.js b/lib/cartodb/server.js index 6303fab2..3e1b3c4c 100644 --- a/lib/cartodb/server.js +++ b/lib/cartodb/server.js @@ -63,9 +63,7 @@ function mapnikVersion(opts) { } function getAndValidateVersions(options) { - // jshint undef:false - var warn = console.warn.bind(console); - // jshint undef:true + var warn = console.warn.bind(console); // jshint ignore:line var packageDefinition = require('../../package.json');