Commit ca2dd213 authored by Jean-Claude BAU's avatar Jean-Claude BAU

Remove debugging print messages

parent 1ed19d5e
...@@ -185,9 +185,6 @@ static int pp_packet_prefilter(struct pp_instance *ppi) ...@@ -185,9 +185,6 @@ static int pp_packet_prefilter(struct pp_instance *ppi)
* DISABLED: The port shall not place any messages on its communication path * DISABLED: The port shall not place any messages on its communication path
*/ */
if ( ppi->state==PPS_INITIALIZING || ppi->state==PPS_DISABLED || ppi->state==PPS_FAULTY ) { if ( ppi->state==PPS_INITIALIZING || ppi->state==PPS_DISABLED || ppi->state==PPS_FAULTY ) {
pp_printf("JCB:%s:%d:%s Ignore message (state=%d)\n",
__func__,__LINE__,ppi->port_name,ppi->state);
return -1;/* ignore messages all messages */ return -1;/* ignore messages all messages */
} }
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment