From: Michael M Slusarz Date: Mon, 15 Mar 2010 18:24:11 +0000 (-0600) Subject: Remove debugging X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=983770c1e951af08fb00a23e93aa1b43cc9be7a5;p=horde.git Remove debugging --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index b7dd6f6db..e09f15217 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -1500,11 +1500,9 @@ KronolithCore = { nodrop: true, parentElement: function() { return $(view == 'day' ? 'kronolithEventsDay' : 'kronolithEventsWeek' + date); }, snap: function(x, y) { -console.log(x); x = (view == 'week') ? Math.max(minLeft, stepX * ((Math.min(maxLeft, x - (x < 0 ? stepX : 0)) + stepX / 2) / stepX | 0)) : 0; -console.log(x); y = Math.max(0, step * (Math.min(maxDiv, y) / step | 0)); return [x, y]; }