From 0dffb0fe85c0e11676eb8ca90799a624d370f1ea Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 17 Dec 2013 17:48:36 +0100 Subject: [PATCH] We don't use Windshaft directly, no need to require it --- app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app.js b/app.js index 753f8083..9efd3b84 100755 --- a/app.js +++ b/app.js @@ -27,7 +27,6 @@ _.extend(global.settings, global.environment); // Include cartodb_windshaft only _after_ the "global" variable is set // See https://github.com/Vizzuality/Windshaft-cartodb/issues/28 var CartodbWindshaft = require('./lib/cartodb/cartodb_windshaft'); -var Windshaft = require('windshaft'); var serverOptions = require('./lib/cartodb/server_options'); ws = CartodbWindshaft(serverOptions);