removed debug line

This commit is contained in:
garbeam 2006-01-11 18:15:24 +02:00
parent 543aaf3cd9
commit bd1202b92e
1 changed files with 0 additions and 1 deletions

View File

@ -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;