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

remove debugging message

parent f431bb94
No related branches found
No related tags found
No related merge requests found
...@@ -106,8 +106,6 @@ function register_window_id(gfxstub, attr) { ...@@ -106,8 +106,6 @@ function register_window_id(gfxstub, attr) {
pd_object_callback = gfxstub; pd_object_callback = gfxstub;
add_events(gfxstub); add_events(gfxstub);
pdgui.post("title is " + attr.title);
translate_form(); translate_form();
// We request the text data only after we're certain our window // We request the text data only after we're certain our window
// has loaded. Otherwise the node.js context might try to populate // has loaded. Otherwise the node.js context might try to populate
......
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