elementary: Remove stray debugging code

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 64939
This commit is contained in:
Mike McCormack 2011-11-08 08:46:40 +00:00 committed by Mike McCormack
parent 77803e07ed
commit b362edf0c9
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ _format_month_year(struct tm *selected_time)
{
char buf[32];
if (!strftime(buf, sizeof(buf), E_("%B %Y"), selected_time)) return NULL;
fprintf(stderr, "%s\n", buf);
return strdup(buf);
}