remove error logging in ozmod_r2

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@809 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Moises Silva 2009-08-19 22:57:52 +00:00
parent 68c889ceb7
commit ba16417660
1 changed files with 0 additions and 1 deletions

View File

@ -1142,7 +1142,6 @@ static void *zap_r2_run(zap_thread_t *me, void *obj)
}
if (ZAP_SUCCESS == status) {
zap_event_t *event;
zap_log(ZAP_LOG_ERROR, "success getting poll event\n");
while (zap_span_next_event(span, &event) == ZAP_SUCCESS) {
if (event->enum_id == ZAP_OOB_CAS_BITS_CHANGE) {
r2chan = R2CALL(event->channel)->r2chan;