Remove console.log

This commit is contained in:
Raul Ochoa 2016-02-18 13:43:39 +01:00
parent 8d4ebc171b
commit 6d91172630

View File

@ -51,8 +51,6 @@ var layerQueryTemplate = dot.template([
].join('\n'));
function getLayer(query, color, opacity) {
console.log(multiTypeStyle(color, opacity));
return {
type: 'mapnik',
options: {
@ -69,7 +67,6 @@ MapConfigAnalysisLayersAdapter.prototype.getLayers = function(username, requestM
if (isAnalysisTypeLayer(layer)) {
var analysisDefinition = JSON.parse(layer.options.def);
console.log(JSON.stringify(analysisDefinition, null, 2));
camshaft.create(username, analysisDefinition, function(err, analysis) {
if (err) {