console log deletion

This commit is contained in:
Dante
2015-04-28 12:18:38 -04:00
parent b7ec10b4b7
commit 2d221e5c78

View File

@@ -309,7 +309,6 @@ $(document).ready(function() {
'height': item.height <= 1 ? 2 : item.height
}
widgets.push(widgetsObj);
console.log(widgetsObj);
}
});