1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Disable msg prints

This commit is contained in:
Nicolas Viennot 2013-07-11 03:51:02 -04:00
parent c5e2d994e5
commit 4037b4666b

View File

@ -438,7 +438,8 @@ static void handle_message(struct tmate_decoder *decoder, msgpack_object obj)
cmd = unpack_int(uk);
#if 1
#if 0
/* Really verbose tracers */
if (cmd != TMATE_PTY_DATA) {
msgpack_object_print(stderr, obj);
fprintf(stderr, "\n");