Remove fprintf() call in tests

It should never have been committed.
clipboard_manager
Romain Vimont 4 years ago
parent dc7b60e619
commit 29e5af76d4

@ -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…
Cancel
Save