Skip to content

Commit

Permalink
status-message removed from toString()
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuth committed Oct 2, 2024
1 parent eba8dbe commit 4388906
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/kotlin/de/gmuth/ipp/core/IppResponse.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ class IppResponse : IppMessage {

override fun toString() = StringBuilder().apply {
append(status)
if (containsGroup(Operation) && operationGroup.containsKey("status-message"))
append(", $statusMessage")

val statesAndReasons = attributesGroups
.flatMap { group -> group.values }
Expand Down

0 comments on commit 4388906

Please sign in to comment.