From b33111effc1de884c9f12b1f44dec071ffcbff44 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Fri, 6 Jan 2017 17:47:14 -0500
Subject: [PATCH] remove debugging msg

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

diff --git a/pd/nw/dialog_iemgui.html b/pd/nw/dialog_iemgui.html
index 340b43289..07581ab86 100644
--- a/pd/nw/dialog_iemgui.html
+++ b/pd/nw/dialog_iemgui.html
@@ -582,7 +582,6 @@ function register_window_id(gfxstub, attr_object) {
     // change the label for "height" to "steps"
     if (attr_object.type === "mknob") {
         change_width_and_height_labels();
-        pdgui.post("Special case: mknob");
     }
 
     translate_form();
-- 
GitLab