From 9ac143b23f007f3426d2a9fb607913e7c45c6266 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Tue, 21 Jul 2020 13:20:39 -0400 Subject: [PATCH] remove debugging message --- pd/nw/dialog_text.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/pd/nw/dialog_text.html b/pd/nw/dialog_text.html index fa27849b1..500e76bad 100644 --- a/pd/nw/dialog_text.html +++ b/pd/nw/dialog_text.html @@ -106,8 +106,6 @@ function register_window_id(gfxstub, attr) { pd_object_callback = gfxstub; add_events(gfxstub); -pdgui.post("title is " + attr.title); - translate_form(); // We request the text data only after we're certain our window // has loaded. Otherwise the node.js context might try to populate -- GitLab