Skip to content

Commit

Permalink
[Oztechan/CCC#2022] Remove Test logger
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Feb 15, 2023
1 parent fc76680 commit c41b9db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,3 @@ fun initLogger() = Logger.setLogWriters(
).also {
Logger.v { "Logger initialized" }
}

fun initTestLogger() = Logger.setLogWriters(
TestWriter()
).also {
Logger.v { "Test Logger initialized" }
}

This file was deleted.

0 comments on commit c41b9db

Please sign in to comment.