mirror of
https://github.com/jwetzell/QControlKit.git
synced 2026-08-06 16:03:50 +00:00
Remove debug workspace print call
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user