Remove fprintf() call in tests
It should never have been committed.
This commit is contained in:
parent
dc7b60e619
commit
29e5af76d4
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue