Remove debug workspace print call

This commit is contained in:
2020-10-19 16:06:42 -05:00
parent 2089d4a5e2
commit b1b6cf076b
-1
View File
@@ -642,7 +642,6 @@ namespace QControlKit
if (value.Type != JTokenType.Array)
continue;
updateChildCuesWithPropertiesArray(value, false);
workspace.Print();
}
else if(obj.Key.Equals(QOSCKey.Children) && IsGroup)
{