Remove console.log
This commit is contained in:
parent
8d4ebc171b
commit
6d91172630
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user