Quiet done network data process

Signed-off-by: Chris Michael <devilhorns@comcast.net>
This commit is contained in:
Chris Michael 2014-01-19 12:04:24 +00:00
parent edbddea696
commit eb4733c6a9
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ _express_network_data_process(Express_Network *net, const char *data, int offset
if ((code == 4) || (code == 5) ||
((code >= 252) && (code <= 255)) ||
((code == 741) || (code == 742) || (code == 266))) return;
DBG("\tGot Code %d", code);
/* DBG("\tGot Code %d", code); */
/* if ((code == 1) || (code == 376) || (code == 422)) */
{
if (net->callbacks.motd)