locationtriggering/ltcontainer/src/lbtcontainer.cpp
branchRCL_3
changeset 45 6b6920c56e2f
parent 44 2b4ea9893b66
--- a/locationtriggering/ltcontainer/src/lbtcontainer.cpp	Tue Aug 31 15:37:04 2010 +0300
+++ b/locationtriggering/ltcontainer/src/lbtcontainer.cpp	Wed Sep 01 12:24:21 2010 +0100
@@ -350,11 +350,7 @@
     
     if ( KErrNotFound == iObservers.Find(obsvr, compareAlgoirthm) )
         {
-        TInt error = iObservers.Append( obsvr );
-        if( error != KErrNone )
-            {
-            LOG1("Failed to add observer to the array:%d",error);
-            }
+        iObservers.Append( obsvr );
         }
     }