From 15a190cdf33142572fff0511c50f59bacf5b6242 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 22 Jan 2019 17:23:13 +0100 Subject: [PATCH] Widget: Remove debug output --- src/pretix/static/pretixpresale/js/widget/floatformat.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pretix/static/pretixpresale/js/widget/floatformat.js b/src/pretix/static/pretixpresale/js/widget/floatformat.js index 0d295978e1..fa0aa9ffe2 100644 --- a/src/pretix/static/pretixpresale/js/widget/floatformat.js +++ b/src/pretix/static/pretixpresale/js/widget/floatformat.js @@ -29,7 +29,6 @@ var floatformat = function (val, places) { var autofloatformat = function (val, places) { "use strict"; - console.log(val, roundTo(val, 0)) if (val == roundTo(val, 0)) { places = 0; }