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; }