Commit e5456792 authored by Max Kellermann's avatar Max Kellermann

Main: don't measure DatabaseGlobalDeinit() time

Useless information.
parent 98108050
......@@ -576,11 +576,7 @@ int mpd_main(int argc, char *argv[])
#ifdef ENABLE_DATABASE
delete instance->update;
const clock_t start = clock();
DatabaseGlobalDeinit();
FormatDebug(main_domain,
"db_finish took %f seconds",
((float)(clock()-start))/CLOCKS_PER_SEC);
#endif
#ifdef ENABLE_SQLITE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment