e clock settings: verbose--.

SVN revision: 72274
This commit is contained in:
Chidambar Zinnoury 2012-06-17 06:37:10 +00:00
parent 211513408d
commit c1bc43f14c
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ _basic_create_widgets(E_Config_Dialog *cfd __UNUSED__,
{
tm.tm_wday = i;
strftime(daynames[i], sizeof(daynames[i]), "%A", &tm);
fprintf(stderr, "%d:%s\n", i, daynames[i]);
}
tab = e_widget_table_add(evas, 0);