Skip to content
Snippets Groups Projects
Commit b33111ef authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

remove debugging msg

parent a820f4d8
No related branches found
No related tags found
No related merge requests found
...@@ -582,7 +582,6 @@ function register_window_id(gfxstub, attr_object) { ...@@ -582,7 +582,6 @@ function register_window_id(gfxstub, attr_object) {
// change the label for "height" to "steps" // change the label for "height" to "steps"
if (attr_object.type === "mknob") { if (attr_object.type === "mknob") {
change_width_and_height_labels(); change_width_and_height_labels();
pdgui.post("Special case: mknob");
} }
translate_form(); translate_form();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment