remove old loggerd priority

old-commit-hash: e88775a224502667be18bbedc655fa647ae83bd9
This commit is contained in:
Adeeb Shihadeh
2020-11-08 15:44:04 -08:00
parent 035ee027ff
commit ada81dda94
-2
View File
@@ -622,8 +622,6 @@ int main(int argc, char** argv) {
record_front = Params().read_db_bool("RecordFront");
#endif
setpriority(PRIO_PROCESS, 0, -12);
clear_locks();
signal(SIGINT, (sighandler_t)set_do_exit);