mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-03 22:36:09 +00:00
remove extra console.log introduced in commit e419701
This commit is contained in:
parent
0bab32315c
commit
b63194c0aa
@ -274,7 +274,6 @@ var MM = (function() {
|
|||||||
|
|
||||||
var showWrapper = false;
|
var showWrapper = false;
|
||||||
Array.prototype.forEach.call(moduleWrappers, function(moduleWrapper) {
|
Array.prototype.forEach.call(moduleWrappers, function(moduleWrapper) {
|
||||||
console.log(moduleWrapper, moduleWrapper.style.position);
|
|
||||||
if (moduleWrapper.style.position == "static") {
|
if (moduleWrapper.style.position == "static") {
|
||||||
showWrapper = true;
|
showWrapper = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user