From c54f448d626f9d7a5ccb695ec6bd948b2984ee61 Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Tue, 31 Jul 2012 17:19:08 -0400
Subject: [PATCH] removed stray debug info

---
 src/pd.tk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/pd.tk b/src/pd.tk
index 0d1c53012..88e755b68 100644
--- a/src/pd.tk
+++ b/src/pd.tk
@@ -878,7 +878,6 @@ catch {
 if { [info tclversion] >= 8.5 && $pd_nt == 0 } { wm resizable . 0 0 }
 # Intercept closing the main pd window: MP 20060413:
 wm protocol . WM_DELETE_WINDOW menu_quit
-puts stderr [winfo class .]
 focus .
 
 
-- 
GitLab