From a0263e9618f37101d4beb182853b653fe4727667 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 12 Feb 2012 00:22:36 +1000 Subject: Little clean ups. --- LuaSL/src/LuaSL_test.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'LuaSL/src/LuaSL_test.c') diff --git a/LuaSL/src/LuaSL_test.c b/LuaSL/src/LuaSL_test.c index 2ca9792..f7087cf 100644 --- a/LuaSL/src/LuaSL_test.c +++ b/LuaSL/src/LuaSL_test.c @@ -178,17 +178,13 @@ static Eina_Bool _data(void *data, int type __UNUSED__, Ecore_Con_Event_Server_D compileTime += me->compileTime; PI("Average compile speed is %f scripts per second", compiledCount / compileTime); if (compiledCount == scriptCount) - { PI("*********************TOTAL compile speed is %f scripts per second", compiledCount / timeDiff(&now, &startTime)); - } } PD("The compile of %s worked, running it now.", SID); - sendForth(game, SID, "start()"); + sendForth(game, SID, "run()"); } else - { PI("Command %s from script %s", command, SID); - } } // Get the next blob to check it. -- cgit v1.1