Minor cleanup

Removed some unneded parts
This commit is contained in:
Dimitris Panokostas 2017-01-09 15:50:38 +01:00
parent b737a3c26b
commit e321d7d28f
4 changed files with 2 additions and 9 deletions

View file

@ -849,9 +849,6 @@ int main(int argc, char *argv[])
rp9_cleanup();
logging_cleanup();
// printf("Threads at exit:\n");
// dbg_list_threads();
return 0;
}