diff options
Diffstat (limited to 'instr-client.c')
-rw-r--r-- | instr-client.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/instr-client.c b/instr-client.c index fc15a20..a091d4e 100644 --- a/instr-client.c +++ b/instr-client.c @@ -105,7 +105,6 @@ static gboolean cbServerInput(gpointer data, gpointer additional) if(buffer[0] != ' ') { g_print("%s", buffer); } - g_print("> "); return TRUE; } @@ -155,4 +154,4 @@ int main(int argc, char** argv) g_source_attach(inSource, NULL); g_main_loop_run (g_main_loop_new (NULL, FALSE)); return 0; -}
\ No newline at end of file +} |