From ee3102143f54ba77b6eb8139576a9708329340e8 Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 14 Dec 2018 15:38:04 +0100 Subject: [PATCH] Remove debugging logs --- www/pad/inner.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/www/pad/inner.js b/www/pad/inner.js index 5828ca842..4b37167e1 100644 --- a/www/pad/inner.js +++ b/www/pad/inner.js @@ -493,11 +493,6 @@ define([ var $link = $(link); $inner.append(link); - console.log($inner[0].getBoundingClientRect()); - console.log(rect); - console.log($link.width(), $link.outerWidth()); - console.log($inner.width()); - console.log(l, t); if (rect.left + $link.outerWidth() - rect0.left > $inner.width()) { $link.css('left', 'unset'); $link.css('right', 0);