Index: src/buffer.c =================================================================== --- src/buffer.c (revision 29051) +++ src/buffer.c (revision 29052) @@ -104,7 +104,6 @@ if (ctx->buffer.removing) return 0; /* don't do anything extobj-special for removing, it's already been done */ -pcb_trace("move buff %p\n", ctx->buffer.post_subc); /* when an edit-object is moved to buffer, the corresponding subc obj needs to be moved too */ if (ctx->buffer.post_subc != NULL) { pcb_subcop_move_buffer(ctx, ctx->buffer.post_subc); @@ -118,7 +117,6 @@ if ((!ctx->buffer.removing) || (ctx->buffer.post_subc == NULL)) return; -pcb_trace("move buff post: %p\n", ctx->buffer.post_subc); /* when an edit-object is moved to buffer, the corresponding subc obj needs to be moved too */ if (ctx->buffer.post_subc != NULL) { pcb_extobj_subc_geo(ctx->buffer.post_subc); @@ -130,7 +128,6 @@ { pcb_subc_t *subc = pcb_extobj_get_floater_subc(obj); -pcb_trace("add buff %p\n", subc); /* when an edit-object is moved to buffer, the corresponding subc obj needs to be moved too */ if (subc != NULL) { pcb_subcop_add_to_buffer(ctx, subc);