removed printf

This commit is contained in:
Jeff Hill
2002-05-29 17:19:40 +00:00
parent e2507b8764
commit b7e5d45c2d

View File

@@ -1423,9 +1423,6 @@ caStatus casStrmClient::eventCancelAction ()
this->out.commitMsg ();
pMon->destroy ();
}
else {
printf ( "no room for subscription destroy response message\n" );
}
return status;
}