changeset 1546:fb4cb912dd51

debug output too noisy
author hertzhaft
date Mon, 24 Oct 2016 08:49:38 +0200
parents 9dc9042cea47
children bd981744b232 9d754003c2d3
files webapp/src/main/webapp/jquery/jquery.digilib.vector.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.vector.js	Thu Oct 20 23:33:59 2016 +0200
+++ b/webapp/src/main/webapp/jquery/jquery.digilib.vector.js	Mon Oct 24 08:49:38 2016 +0200
@@ -305,7 +305,7 @@
         for (var i = 0; i < shapes.length; ++i) {
             var shape = shapes[i];
             data.shapeFactory[shape.geometry.type].setup(data, shape);
-            console.debug('render', shape);
+            // console.debug('render', shape);
         }
         // sort shapes by size descending
         shapes.sort(function (a, b) {