Skip to content

Commit

Permalink
Remove fprintf() in tests
Browse files Browse the repository at this point in the history
It was committed by mistake.
  • Loading branch information
rom1v committed Feb 18, 2022
1 parent 4b018be commit 6edf50d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/tests/test_adb_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 6edf50d

Please sign in to comment.