commit bd1202b92e090b362bc819dfbc21188d3dabed15
parent 543aaf3cd9a3030391e15cbeaafc74d3ae1324c7
Author: garbeam <garbeam@localhost>
Date: Wed, 11 Jan 2006 18:15:24 +0200
removed debug line
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/cmd/wm/area.c b/cmd/wm/area.c
@@ -40,7 +40,6 @@ alloc_area(Page * p, char *layout)
a->file[A_LAYOUT] = wmii_create_ixpfile(ixps, buf, layout);
a->file[A_LAYOUT]->after_write = handle_after_write_area;
a->layout = match_layout(layout);
- fprintf(stderr, "matched '%s' layout\n", a->layout->name);
a->layout->init(a, nil);
p->file[P_SEL_AREA]->content = a->file[A_PREFIX]->content;
return a;