From b63194c0aa2365cadd3252a048cddec7224ab9ae Mon Sep 17 00:00:00 2001 From: Rodrigo Ramez Norambuena Date: Fri, 11 Nov 2016 10:13:40 -0300 Subject: [PATCH] remove extra console.log introduced in commit e419701 --- js/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/main.js b/js/main.js index a69e56c2..457255dd 100644 --- a/js/main.js +++ b/js/main.js @@ -274,7 +274,6 @@ var MM = (function() { var showWrapper = false; Array.prototype.forEach.call(moduleWrappers, function(moduleWrapper) { - console.log(moduleWrapper, moduleWrapper.style.position); if (moduleWrapper.style.position == "static") { showWrapper = true; }