Remove unnecessary log 58/222358/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Tue, 14 Jan 2020 04:35:55 +0000 (13:35 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Tue, 14 Jan 2020 04:35:55 +0000 (13:35 +0900)
Change-Id: Idef3dc8a6fcc845e39939f04ff9baebc14849bc6

plugins/wakeup-manager/dependency-default/src/dependency_default_button.cpp

index f52886b..3b85756 100644 (file)
@@ -33,7 +33,6 @@ static Eina_Bool _key_down_cb(void* data, int type, void* event)
                        auto diff = current_time_point - g_last_time_point;
                        auto milliseconds = chrono::duration_cast<chrono::milliseconds>(diff).count();
                        /* If double click detected within 500 msec */
-                       LOGD("milliseconds : %lld", milliseconds);
                        if (milliseconds < 500) {
                                if (g_proxy_interface.process_event) {
                                        g_proxy_interface.process_event(MAS_PLUGIN_EVENT_VOICE_KEY_PRESSED, NULL, 0);