common: remove unused code 51/182651/2
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 24 May 2018 06:51:30 +0000 (15:51 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 27 Jun 2018 02:27:47 +0000 (02:27 +0000)
Change-Id: Ie8e04d4d398e71f9152f709f57e8c28f74ae10a3

src/tdm.c

index 6f938ec..6886527 100644 (file)
--- a/src/tdm.c
+++ b/src/tdm.c
@@ -1035,10 +1035,6 @@ tdm_display_init(tdm_error *error)
 
        start = stamp1 = tdm_helper_get_time();
 
-       stamp2 = tdm_helper_get_time();
-       TDM_INFO("config init time: %.3f ms", (stamp2 - stamp1) * 1000.0);
-       stamp1 = stamp2;
-
        private_display = calloc(1, sizeof(tdm_private_display));
        if (!private_display) {
                /* LCOV_EXCL_START */