Debug logging

This commit is contained in:
Vortrex
2022-04-28 11:55:42 -05:00
parent 183e92d4bf
commit 1fe4b03253

View File

@@ -333,6 +333,7 @@ function getElementDimension(element) {
function setElementDimension(element, dimension) {
if(typeof element.dimension != "undefined") {
logToConsole(LOG_DEBUG, `Setting element ${element} (${element.id}) dimension to ${dimension}`);
element.dimension = dimension;
return true;
}