Skip to content

Commit

Permalink
Merge pull request #529 from AppDevNext/RemoveRedundantCodeIdentifier
Browse files Browse the repository at this point in the history
Remove redundant code identifier
  • Loading branch information
hannesa2 authored Sep 14, 2023
2 parents 16d7cbe + cb76f88 commit 466d891
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 466d891

Please sign in to comment.