mirror of
https://github.com/jwetzell/QControlKit.git
synced 2026-08-20 22:49:15 +00:00
Remove debug workspace print call
This commit is contained in:
@@ -642,7 +642,6 @@ namespace QControlKit
|
|||||||
if (value.Type != JTokenType.Array)
|
if (value.Type != JTokenType.Array)
|
||||||
continue;
|
continue;
|
||||||
updateChildCuesWithPropertiesArray(value, false);
|
updateChildCuesWithPropertiesArray(value, false);
|
||||||
workspace.Print();
|
|
||||||
}
|
}
|
||||||
else if(obj.Key.Equals(QOSCKey.Children) && IsGroup)
|
else if(obj.Key.Equals(QOSCKey.Children) && IsGroup)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user