We don't use Windshaft directly, no need to require it

This commit is contained in:
Sandro Santilli 2013-12-17 17:48:36 +01:00
parent 0f90d687c7
commit 0dffb0fe85

1
app.js
View File

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