Skip to content

Commit

Permalink
Remove redundant code identifier
Browse files Browse the repository at this point in the history
(cherry picked from commit cb76f88)
  • Loading branch information
hannesa2 committed Sep 13, 2023
1 parent 4e2dc5f commit 592e898
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ open class DebugFormatTree(private val newLogcat: Boolean = true) : Timber.Debug
} catch (_: JSONException) {
}
}
if (newLogcat)
localMessage = codeIdentifier + localMessage
super.log(priority, tag, "$method: $localMessage", t)
}
}

0 comments on commit 592e898

Please sign in to comment.