aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/canvasobjectposition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/canvasobjectposition.c b/src/canvasobjectposition.c
index e51d894..a8b2ded 100644
--- a/src/canvasobjectposition.c
+++ b/src/canvasobjectposition.c
@@ -136,7 +136,7 @@ static void *canvasobjectposition_new(t_symbol*s, int argc, t_atom*argv)
if(depth<0)depth=0;
- post("depth=%d\tindex=%d", depth, index);
+ //post("depth=%d\tindex=%d", depth, index);
while(depth && canvas) {
canvas=canvas->gl_owner;