Skip to content

Commit

Permalink
removed closeLogFile
Browse files Browse the repository at this point in the history
  • Loading branch information
manas-yu committed Oct 17, 2024
1 parent 593803b commit 3124bf0
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,4 @@ class ConsoleLogger @Inject constructor(
printWriter?.flush()
}
}

/** Close the log file when logging is finished. */
private fun closeLogFile() {
printWriter?.close()
printWriter = null
}
}

0 comments on commit 3124bf0

Please sign in to comment.