Remove the debug message for TC 95/98295/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 17 Nov 2016 03:06:28 +0000 (12:06 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 17 Nov 2016 03:07:10 +0000 (12:07 +0900)
Change-Id: Ia3d65d8fe83c985cbb128612558bd1b4425ec888
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
test/bluetooth-frwk-test.c

index 643679b..db832e6 100644 (file)
@@ -232,8 +232,12 @@ tc_table_t tc_table[] = {
 
 };
 
+#if 0
 #define tc_result(success, tc_index) \
        TC_PRT("Test case [%d - %s] %s", tc_table[tc_index].tc_code, tc_table[tc_index].tc_name, ((success == TC_PASS) ? "Success" : "Failed"));
+#else
+#define tc_result(success, tc_index)
+#endif
 
 bluetooth_device_info_t bond_dev;
 int is_bond_device = FALSE;