remove critical debug message about partial prefix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-12-16 13:01:23 -05:00
parent b1b828123b
commit 51a2fda7f0
1 changed files with 4 additions and 4 deletions

View File

@ -74,10 +74,10 @@ _process_buffer(Express_Network *net, char *data, int length)
}
}
}
else
{
CRI("Partial Prefix Message: %s", data);
}
/* else */
/* { */
/* CRI("Partial Prefix Message: %s", data); */
/* } */
/* parse out any 3-digit command numbers */
if ((isdigit(ptr[0]) && (isdigit(ptr[1])) && (isdigit(ptr[2]))))