From ea2fe75fbcf8ca748c3f75a29aa21642f057f749 Mon Sep 17 00:00:00 2001 From: javi Date: Mon, 16 Nov 2015 12:38:42 +0100 Subject: [PATCH] removed debugging messages --- lib/torque/provider/filterableJson.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/torque/provider/filterableJson.js b/lib/torque/provider/filterableJson.js index d36e495..7f3cb01 100644 --- a/lib/torque/provider/filterableJson.js +++ b/lib/torque/provider/filterableJson.js @@ -56,13 +56,11 @@ var Profiler = require('../profiler'); }, releaseWorker:function(worker){ - console.log("releasing worker ", worker) this._workers.push(worker) this.processNextTileRequestInQueue() }, processNextTileRequestInQueue:function(){ - console.log("processing next ",this._tileProcessingQueue.length, this._workers.length ) if(this._tileProcessingQueue.length>0){ job = this._tileProcessingQueue.pop() this.requestWorker(job.rows,job.coord,job.zoom, job.options, job.callback)