Remove unnecessary & repetitionary dlog
authorsh.pi <sh.pi@samsung.com>
Tue, 4 Jun 2013 16:15:06 +0000 (01:15 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Fri, 6 Sep 2013 07:39:10 +0000 (07:39 +0000)
Change-Id: Ia54554e75f86ede3fbe7c37ce1ccf1e214fe91a5

src/core/device-notifier.c

index e7cc9a2..ba59a18 100644 (file)
@@ -100,8 +100,6 @@ void device_notify(enum device_notifier_type status, void *data)
                        }
                }
        }
-
-       _I("cb is called! status:%d, cnt:%d ", status, cnt);
 }
 
 static void device_notifier_exit(void)