libaurum: Delete accidentally merged debuging log 61/290861/1 accepted/tizen/unified/20230411.161256
authorWoochan Lee <wc0917.lee@samsung.com>
Tue, 4 Apr 2023 08:18:27 +0000 (17:18 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Tue, 4 Apr 2023 08:19:01 +0000 (17:19 +0900)
Change-Id: I0a727172ccb8c18ac14a097ee84dfa061c05f8ad

libaurum/src/Impl/Accessibility/AtspiAccessibleWatcher.cc

index 25feacf..15bebcd 100644 (file)
@@ -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)