diff --git a/src/ca/cac.cpp b/src/ca/cac.cpp index 74112cc9f..1430fe407 100644 --- a/src/ca/cac.cpp +++ b/src/ca/cac.cpp @@ -312,14 +312,6 @@ void cac::show ( unsigned level ) const if ( this->pudpiiu ) { this->pudpiiu->show ( level - 2u ); } - ::printf ( "\texception function %p, exception arg %p\n", - static_cast ( this->ca_exception_func ), - static_cast ( this->ca_exception_arg ) ); - ::printf ( "\tCA printf function %p\n", - static_cast ( this->pVPrintfFunc ) ); - ::printf ( "\tfile descriptor registration function %p, file descriptor registration arg %p\n", - static_cast ( this->fdRegFunc ), - static_cast ( this->fdRegArg ) ); this->showOutstandingIO ( level - 2u ); }