remove extra console.log introduced in commit e419701

This commit is contained in:
Rodrigo Ramez Norambuena 2016-11-11 10:13:40 -03:00 committed by Rodrigo Ramírez Norambuena
parent 0bab32315c
commit b63194c0aa

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