Merge pull request #509 from roramirez/extra_log

remove extra console.log introduced in commit e419701
This commit is contained in:
Michael Teeuw 2016-11-11 14:20:38 +01:00 committed by GitHub
commit b4cdb22e24

View File

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