From: Woochan Lee Date: Tue, 4 Apr 2023 08:18:27 +0000 (+0900) Subject: libaurum: Delete accidentally merged debuging log X-Git-Tag: accepted/tizen/7.0/unified/20230405.151605^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=97f1f885d20622ec39ee050de13c8279e205e040;p=platform%2Fcore%2Fuifw%2Faurum.git libaurum: Delete accidentally merged debuging log Change-Id: I0a727172ccb8c18ac14a097ee84dfa061c05f8ad --- diff --git a/libaurum/src/Impl/Accessibility/AtspiAccessibleWatcher.cc b/libaurum/src/Impl/Accessibility/AtspiAccessibleWatcher.cc index 25feacf..15bebcd 100644 --- a/libaurum/src/Impl/Accessibility/AtspiAccessibleWatcher.cc +++ b/libaurum/src/Impl/Accessibility/AtspiAccessibleWatcher.cc @@ -265,7 +265,6 @@ void AtspiAccessibleWatcher::onAtspiEvents(AtspiEvent *event, void *watcher) AtspiAccessibleWatcher *instance = (AtspiAccessibleWatcher *)watcher; name = AtspiWrapper::Atspi_accessible_get_name(event->source, NULL); - LOGE("WCC event = %s", event->type); if (isIdle == IdleEventState::IDLE_LISTEN_START && !strncmp(event->type, "window:post-render", 18)) { if (mTimerThread == nullptr)