From 070074d355fb45c9bda266cc85821182e198aa2c Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 11 Jan 2013 04:31:09 +0000 Subject: [PATCH] printf-- SVN revision: 82610 --- src/tests/emotion/emotion_test_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tests/emotion/emotion_test_main.c b/src/tests/emotion/emotion_test_main.c index 3865027212..09dfbcee46 100644 --- a/src/tests/emotion/emotion_test_main.c +++ b/src/tests/emotion/emotion_test_main.c @@ -109,7 +109,6 @@ theme_get(void) is_local = (stat(PACKAGE_BUILD_DIR"/src/tests/emotion/data/theme.edj", &st) == 0); } - printf("\nis_local=%d %s\n\n", is_local, PACKAGE_BUILD_DIR"/src/tests/emotion/data/theme.edj"); if (is_local) return PACKAGE_BUILD_DIR"/src/tests/emotion/data/theme.edj"; else