Remove unnecessary mxs_log_flush_sync calls

The calls were unnecessary in the context where they were made.
This commit is contained in:
Markus Mäkelä
2018-08-10 15:06:59 +03:00
parent cb990f28dc
commit 70fa300fe1
10 changed files with 0 additions and 37 deletions

View File

@ -109,7 +109,6 @@ int main(int argc, char **argv)
rval = EXIT_FAILURE;
}
mxs_log_flush_sync();
mxs_log_finish();
return rval;