aboutsummaryrefslogtreecommitdiff
path: root/pd/tcl/AppMain.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'pd/tcl/AppMain.tcl')
-rw-r--r--pd/tcl/AppMain.tcl9
1 files changed, 0 insertions, 9 deletions
diff --git a/pd/tcl/AppMain.tcl b/pd/tcl/AppMain.tcl
index b170c6f5..7c68a9d0 100644
--- a/pd/tcl/AppMain.tcl
+++ b/pd/tcl/AppMain.tcl
@@ -3,17 +3,8 @@
# other configuration, like when 'pd' launches Wish.app or when 'pd' is using
# an X11 wish on Mac OS X. GNU/Linux and Windows will never use this file.
-
-puts --------------------------AppMain.tcl-----------------------------------
-catch {console show}
-
package require apple_events
-puts "AppMain.tcl"
-puts "argv0: $argv0"
-puts "executable: [info nameofexecutable]"
-puts "argc: $argc argv: $argv"
-
# TODO is there anything useful to do with the psn (Process Serial Number)?
if {[string first "-psn" [lindex $argv 0]] == 0} {
set argv [lrange $argv 1 end]