Skip to content

Commit

Permalink
Remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Nov 12, 2020
1 parent 47da83f commit 654cff9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/js/layers_style_popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 654cff9

Please sign in to comment.