Revert "Adjust the position of the partial Frame"
[platform/framework/native/uifw.git] / src / ui / FUi_OrientationAgent.cpp
old mode 100644 (file)
new mode 100755 (executable)
index 35dd1a7..9a245e1
@@ -484,16 +484,6 @@ _OrientationAgent::FireOrientationEvent(void)
                IEventArg* pArg = _PublicOrientationEvent::CreateOrientationEventArgN(*__pPublicEvent->GetSource(), __status);
                __pPublicEvent->Fire(*pArg);
 
-               _ControlImpl* pImpl = _ControlImpl::GetInstance(__publicControl);
-               if (pImpl)
-               {
-                       _Window* pWindow = pImpl->GetCore().GetRootWindow();
-                       if (pWindow)
-                       {
-                               SysLog(NID_UI, "[Window Manager Rotation][Window : 0x%x] Fire the public orientation event..", pWindow->GetNativeHandle());
-                       }
-               }
-
                __updateStatus = true;
        }
 }