remove debug printing of channel text

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-12-16 11:14:01 -05:00
parent 5cbbb502dc
commit e021e73e9b
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ _channel_spacer_create(Channel *chl)
void
_channel_text_append(Channel *chl, const char *txt)
{
fprintf(stderr, "Channel %s Append: %s", chl->name, txt);
/* fprintf(stderr, "Channel %s Append: %s", chl->name, txt); */
/* write buff to grid */
_grid_text_append(chl->o_grid, txt, strlen(txt));