From c1a1d6581d6ab5e4faeac5397fdf2682c9605b8c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 17 May 2014 07:53:40 +1000 Subject: More debugging removal. --- src/GuiLua/GuiLua.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/GuiLua') diff --git a/src/GuiLua/GuiLua.c b/src/GuiLua/GuiLua.c index f2f5a6c..94a0909 100644 --- a/src/GuiLua/GuiLua.c +++ b/src/GuiLua/GuiLua.c @@ -204,7 +204,6 @@ static void _on_click(void *data, Evas_Object *obj, void *event_info EINA_UNUSED _A = lua_gettop(L); if (wid->win->module) { - PD("Setting environment for Lua pcall to %s", wid->win->module); lua_getfield(L, LUA_REGISTRYINDEX, wid->win->module); // Consistancy would be good, just sayin'. @@ -264,7 +263,7 @@ static int action(lua_State *L) pull_lua(L, 2, "$", &action); if (wid && strcmp(wid->magic, "Widget") == 0) { -PD("Setting action : %s\n", action); +//PD("Setting action : %s\n", action); wid->action = strdup(action); } return 0; -- cgit v1.1