diff options
Diffstat (limited to 'src/love')
-rw-r--r-- | src/love/love.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/love/love.c b/src/love/love.c index aede741..113118c 100644 --- a/src/love/love.c +++ b/src/love/love.c | |||
@@ -368,7 +368,6 @@ static Eina_Bool _dataLuaSL(void *data, int type, Ecore_Con_Event_Server_Data *e | |||
368 | { | 368 | { |
369 | if (ourGlobals->client) sendBack(ourGlobals->client, SID, command); | 369 | if (ourGlobals->client) sendBack(ourGlobals->client, SID, command); |
370 | else PW("No where to send %s", command); | 370 | else PW("No where to send %s", command); |
371 | PD("DIALOG %s", command); | ||
372 | } | 371 | } |
373 | else if (0 == strncmp(command, "llMessageLinked(", 16)) | 372 | else if (0 == strncmp(command, "llMessageLinked(", 16)) |
374 | { | 373 | { |