Remove fprintf() call in tests

It should never have been committed.
This commit is contained in:
Romain Vimont 2020-06-19 21:54:24 +02:00
parent dc7b60e619
commit 29e5af76d4

View file

@ -73,7 +73,6 @@ static void test_options(void) {
const struct scrcpy_options *opts = &args.opts;
assert(opts->always_on_top);
fprintf(stderr, "%d\n", (int) opts->bit_rate);
assert(opts->bit_rate == 5000000);
assert(!strcmp(opts->crop, "100:200:300:400"));
assert(opts->fullscreen);