Don't Update twice after a property setter 88/37388/2
authorPaul Wisbey <p.wisbey@samsung.com>
Wed, 25 Mar 2015 13:27:36 +0000 (13:27 +0000)
committerPaul Wisbey <p.wisbey@samsung.com>
Fri, 27 Mar 2015 11:47:25 +0000 (04:47 -0700)
Change-Id: If97cd9985618e2cef29b05477a7494d634d6515f

adaptors/base/update-thread.cpp

index 03b9fde..2be47bc 100644 (file)
@@ -252,11 +252,6 @@ void UpdateThread::UpdateStatusLogging( unsigned int keepUpdatingStatus, bool re
       oss += "<Stage::KeepRendering() used> ";
     }
 
-    if ( keepUpdatingStatus & Integration::KeepUpdating::INCOMING_MESSAGES )
-    {
-      oss  +=  "<Messages sent to Update> ";
-    }
-
     if ( keepUpdatingStatus & Integration::KeepUpdating::ANIMATIONS_RUNNING )
     {
       oss  +=  "<Animations running> ";