locationtriggering/ltstrategyengine/src/lbtcoordinatesupervisor.cpp
branchRCL_3
changeset 21 6b6920c56e2f
parent 20 2b4ea9893b66
--- a/locationtriggering/ltstrategyengine/src/lbtcoordinatesupervisor.cpp	Tue Aug 31 15:37:04 2010 +0300
+++ b/locationtriggering/ltstrategyengine/src/lbtcoordinatesupervisor.cpp	Wed Sep 01 12:24:21 2010 +0100
@@ -1213,11 +1213,8 @@
                 {
                 iNObservedValues.Remove( 0 );
                 }
-            TInt error = iNObservedValues.Append( obsValue );
-            if( error != KErrNone )
-                {
-                LOG1("Failed to append obsValue:%d",error);
-                }
+            iNObservedValues.Append( obsValue );
+            
             TReal num = 0.0;
             TReal den = 0.0;
             TReal obsSpeed = 0.0;