From e46f6aa3cf91b08c9d0faebd46a7a506bd138e9e Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 9 Aug 2014 20:10:42 +1000 Subject: Move "Compiling ..." message to the compiler. --- src/LuaSL/LuaSL_main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/LuaSL/LuaSL_main.c') diff --git a/src/LuaSL/LuaSL_main.c b/src/LuaSL/LuaSL_main.c index 0378792..2955ca4 100644 --- a/src/LuaSL/LuaSL_main.c +++ b/src/LuaSL/LuaSL_main.c @@ -236,7 +236,6 @@ static Eina_Bool _data(void *data, int type __UNUSED__, Ecore_Con_Event_Client_D temp[0] = '\0'; name = &file[strlen(prefix_data_get())]; - PD("Compiling %s, %s.", SID, name); compiler->compiler.file = strdup(file); compiler->compiler.SID = strdup(SID); compiler->compiler.client = ev->client; -- cgit v1.1