From 3bc159683950c2da2b1f44a92832286ac5612f0d Mon Sep 17 00:00:00 2001 From: Dominique Da Silva Date: Wed, 13 Nov 2019 02:13:58 +0000 Subject: [PATCH] Removed console.log in lists view --- views/lists/view.hbs | 3 --- 1 file changed, 3 deletions(-) diff --git a/views/lists/view.hbs b/views/lists/view.hbs index ae763e07..f3abf642 100644 --- a/views/lists/view.hbs +++ b/views/lists/view.hbs @@ -226,9 +226,6 @@ var containerWidth = container.width(); var tableWidth = $('.dataTable').width(); - console.log(containerWidth); - console.log(tableWidth); - if (tableWidth > containerWidth) { container.css({ width: 'auto', 'max-width': tableWidth + 100 + 'px' }); $(window).off('resize', updateTableWidth);