Skip to content

Commit

Permalink
Commented out commands debugging: it works great for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed May 19, 2012
1 parent 6cb0ba9 commit 9de6fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/client.c
Expand Up @@ -112,7 +112,7 @@ void input_thread_local(void *arg) {
pthread_mutex_lock(&reactor.locking_mutex);

// Do all the stuff in here
printf("Command: %s", buff);
//printf("Command: %s", buff);

if(reactor.callback_local) {
reactor.callback_local(buff, len);
Expand Down

0 comments on commit 9de6fd4

Please sign in to comment.