Skip to content
Snippets Groups Projects
Commit 9957056f authored by Robert Schmidt's avatar Robert Schmidt
Browse files

Drop empty logging statement

parent 61ead59d
No related branches found
No related tags found
No related merge requests found
......@@ -800,8 +800,6 @@ void logClean (void)
int i;
if(isLogInitDone()) {
LOG_UI(PHY,"\n");
for (i=MIN_LOG_COMPONENTS; i < MAX_LOG_COMPONENTS; i++) {
close_component_filelog(i);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment