aboutsummaryrefslogtreecommitdiff
path: root/composer/editor.tk
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2009-09-27 21:34:28 +0000
committermescalinum <mescalinum@users.sourceforge.net>2009-09-27 21:34:28 +0000
commit75078c36caa21049a0cf1b1f3c7dc405edc8e5f8 (patch)
treead99564701b78d47744386413e1b6d055286720e /composer/editor.tk
parent2d23ed8f00d1c7b45f7507f90e675ecd37ada8f2 (diff)
remove debug prints in release build
svn path=/trunk/externals/ffext/; revision=12476
Diffstat (limited to 'composer/editor.tk')
-rw-r--r--composer/editor.tk3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer/editor.tk b/composer/editor.tk
index 179280e..abe2cf0 100644
--- a/composer/editor.tk
+++ b/composer/editor.tk
@@ -671,12 +671,13 @@ namespace eval pd::composer {
switch -exact [lindex $args 2] {
colw {
set a [lrange $args 3 end]
- puts stderr "meta.track.colw a='$a'"
+ debugPrint "got meta: track: colw: '$a'"
if {$a == {none}} return
$w($id).t width {*}$a
}
div {
lassign [lrange $args 3 end] ::div1($id) ::div2($id)
+ debugPrint "got meta: track: div: '$::div1($id) $::div2($id)'"
}
}
}