From 6edf50d447874f3bb93cbccff52c92f528d7aa9a Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Fri, 18 Feb 2022 19:10:20 +0100 Subject: [PATCH] Remove fprintf() in tests It was committed by mistake. --- app/tests/test_adb_parser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/app/tests/test_adb_parser.c b/app/tests/test_adb_parser.c index 990418c0..c4b18a8d 100644 --- a/app/tests/test_adb_parser.c +++ b/app/tests/test_adb_parser.c @@ -91,7 +91,6 @@ static void test_adb_devices_daemon_start_mixed() { struct sc_adb_device *device = &devices[0]; assert(!strcmp("0123456789abcdef", device->serial)); assert(!strcmp("unauthorized", device->state)); - fprintf(stderr, "==== [%s]\n", device->model); assert(!device->model); device = &devices[1];