From b1b6cf076b0e9d18aa838f1347553b4fd3fb4725 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 19 Oct 2020 16:06:42 -0500 Subject: [PATCH] Remove debug workspace print call --- QControlKit/QCue.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/QControlKit/QCue.cs b/QControlKit/QCue.cs index 779d848..9136668 100644 --- a/QControlKit/QCue.cs +++ b/QControlKit/QCue.cs @@ -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) {