Remove unnecessary & repetitionary dlog 65/15165/1
authorsh.pi <sh.pi@samsung.com>
Tue, 4 Jun 2013 16:15:06 +0000 (01:15 +0900)
committerKrzysztof Sasiak <k.sasiak@samsung.com>
Thu, 16 Jan 2014 14:30:35 +0000 (15:30 +0100)
Change-Id: Ia54554e75f86ede3fbe7c37ce1ccf1e214fe91a5
Signed-off-by: Krzysztof Sasiak <k.sasiak@samsung.com>
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)