Skip to content

Commit 466d891

Browse files
authored
Merge pull request #529 from AppDevNext/RemoveRedundantCodeIdentifier
Remove redundant code identifier
2 parents 16d7cbe + cb76f88 commit 466d891

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

LogcatCoreLib/src/main/java/info/hannes/timber/DebugFormatTree.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ open class DebugFormatTree(private val newLogcat: Boolean = true) : Timber.Debug
4747
} catch (_: JSONException) {
4848
}
4949
}
50-
if (newLogcat)
51-
localMessage = codeIdentifier + localMessage
5250
super.log(priority, tag, "$method: $localMessage", t)
5351
}
5452
}

0 commit comments

Comments
 (0)