Removed redundant log_close() call

This commit is contained in:
Martin Lund 2016-05-08 00:32:11 +02:00
parent fb7e9fab5f
commit 4c59995db8

View file

@ -58,8 +58,5 @@ int main(int argc, char *argv[])
} }
} }
/* Close log */
log_close();
return status; return status;
} }