Skip to content

Commit 148a105

Browse files
committed
Remove a debug print statement
1 parent 58270aa commit 148a105

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SwiftProtobuf/Google_Protobuf_NullValue+Extensions.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ extension Google_Protobuf_NullValue: _CustomJSONCodable {
2323
}
2424
}
2525
static func decodedFromJSONNull() -> Google_Protobuf_NullValue? {
26-
print("Decoding Google_Protobuf_NullValue from null")
2726
return .nullValue
2827
}
2928
}

0 commit comments

Comments
 (0)