From 654cff917b3c0b83b33f5d763f0ccde615bdb933 Mon Sep 17 00:00:00 2001 From: mthh Date: Thu, 12 Nov 2020 19:45:10 +0100 Subject: [PATCH] Remove console statement --- client/js/layers_style_popup.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/js/layers_style_popup.js b/client/js/layers_style_popup.js index 2f737bf2d..5d4bc9d56 100755 --- a/client/js/layers_style_popup.js +++ b/client/js/layers_style_popup.js @@ -2860,7 +2860,6 @@ function change_layer_name(old_name, new_name) { * */ export function handleEdgeShapeRendering(selection, value) { - console.log(selection.attr('shape-rendering')); if (value === 0) { if (selection.attr('shape-rendering') !== 'crispEdges') { selection.attr('shape-rendering', 'crispEdges');