From 924b7d06c57224f4186125ed74bf16cab903a58e Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sat, 22 Oct 2016 18:42:19 -0400
Subject: [PATCH] remove a debugging message

---
 pd/nw/dialog_data.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pd/nw/dialog_data.html b/pd/nw/dialog_data.html
index e9c8f8486..626930215 100644
--- a/pd/nw/dialog_data.html
+++ b/pd/nw/dialog_data.html
@@ -268,7 +268,6 @@ function build_form(template_string) {
             break;
         }
     }
-    pdgui.post("template_array is " + t_array.toString());
 }
 
 function parse_data_string(d_string) {
-- 
GitLab