branch | RCL_3 |
changeset 368 | b131f7696342 |
parent 310 | 2e0299e13cbf |
--- a/engine/src/ConnectionEngine.cpp Sun Nov 14 13:05:37 2010 +0000 +++ b/engine/src/ConnectionEngine.cpp Tue Nov 16 10:26:34 2010 +0000 @@ -309,11 +309,9 @@ { DP1("CConnectionEngine::ReportConnectionL, aError=%d", aError); TInt noObservers = iObserverArray.Count(); - DP1(" noObservers=%d", noObservers); while(noObservers) { noObservers--; - DP(" calling callback"); iObserverArray[noObservers]->ConnectCompleteL(aError); } }