diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2017-09-26 10:09:59 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2017-09-26 10:15:07 -0700 |
commit | 448244360ff97c0984a3d1a087865283af90ad6e (patch) | |
tree | b8313895d8d1f56d737b473907044bf586a79a6b /src | |
parent | 0b37853f14f443c29163ca9bdb73845602da5ca2 (diff) |
elementary: remove useless fprintf.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/elementary/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/elementary/config.c b/src/bin/elementary/config.c index 9f56205e11..5529a38345 100644 --- a/src/bin/elementary/config.c +++ b/src/bin/elementary/config.c | |||
@@ -4269,7 +4269,6 @@ efl_terminate(void *data EINA_UNUSED, | |||
4269 | const char *web_backend_set = elm_config_web_backend_get(); | 4269 | const char *web_backend_set = elm_config_web_backend_get(); |
4270 | 4270 | ||
4271 | web_backend = elm_object_text_get(web_backend_entry); | 4271 | web_backend = elm_object_text_get(web_backend_entry); |
4272 | fprintf(stderr, "[%s] vs [%s]\n", web_backend, web_backend_set); | ||
4273 | if (web_backend_set != web_backend || | 4272 | if (web_backend_set != web_backend || |
4274 | (web_backend && web_backend_set && !!strcmp(web_backend, web_backend_set))) | 4273 | (web_backend && web_backend_set && !!strcmp(web_backend, web_backend_set))) |
4275 | { | 4274 | { |