Remove unnecessary print 35/214535/1
authorhyunho <hhstark.kang@samsung.com>
Tue, 24 Sep 2019 01:49:50 +0000 (10:49 +0900)
committerhyunho <hhstark.kang@samsung.com>
Tue, 24 Sep 2019 01:49:50 +0000 (10:49 +0900)
Change-Id: I78ff174e952de4bc12cd7e65eadc60f6db75379a
Signed-off-by: hyunho <hhstark.kang@samsung.com>
unittest/src/test-watchface-complication.cc

index e6b187a..2416714 100644 (file)
@@ -471,8 +471,6 @@ void _complication_updated_cb_get_test(
     watchface_complication_timeinfo_get_timestamp(info, &seoul_timestamp);
     int diff = difftime(seoul_timestamp, timestamp);
     EXPECT_EQ(diff / 3600, 19);
-    printf("Seoul %s\n", asctime(gmtime(&seoul_timestamp)));
-    printf("Hawaii %s\n", asctime(gmtime(&timestamp)));
     watchface_complication_timeinfo_destroy(info);
   } else if (type == WATCHFACE_COMPLICATION_TYPE_IMAGE) {
     char* value;