Skip to content

Commit

Permalink
Remove unnecessary code.
Browse files Browse the repository at this point in the history
  • Loading branch information
AAkira committed Jan 26, 2022
1 parent f0d629c commit 5b60599
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@ import io.github.aakira.napier.atomic.AtomicMutableList
*/
object Napier {

enum class Level {
VERBOSE,
DEBUG,
INFO,
WARNING,
ERROR,
ASSERT,
}

private val baseArray = AtomicMutableList<Antilog>()

fun base(antilog: Antilog) {
Expand Down

0 comments on commit 5b60599

Please sign in to comment.