summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-22 20:23:21 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-28 05:07:15 (GMT)
commitf68bf7e3b78df624bb134d211c1c70c194c255a3 (patch)
tree036ecc0f172302067b73e4d51a8902769863dfb8 /src
parent20676b4a8c43a843bd94fd5be50b9f59dcb26821 (diff)
downloadeulogium-f68bf7e3b78df624bb134d211c1c70c194c255a3.zip
eulogium-f68bf7e3b78df624bb134d211c1c70c194c255a3.tar.gz
eulogium-f68bf7e3b78df624bb134d211c1c70c194c255a3.tar.bz2
remove debug printf
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'src')
-rw-r--r--src/eulogium.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eulogium.c b/src/eulogium.c
index f2f2243..87dfd5f 100644
--- a/src/eulogium.c
+++ b/src/eulogium.c
@@ -278,7 +278,6 @@ static void _cb_select_file(void *data, Evas_Object *obj EINA_UNUSED, void *even
Evas_Object *content;
if (filepath) {
- printf("fp: %s\n", filepath);
if (ecore_file_is_dir(filepath)) {
content = eulogium_print_menu(eulogium, filepath);
} else {