Skip to content

Commit

Permalink
Remove incorrect log message
Browse files Browse the repository at this point in the history
  • Loading branch information
mchowning committed Apr 14, 2023
1 parent a017f5e commit cbfb0df
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ object PocketCastsNetworkingRules : NetworkingRules {
check(requestType != RequestType.UnknownRequest) {
"Unknown request type. Failing on debug builds."
}
Timber.e("Unknown request type")
}

return requestType is RequestType.MediaRequest
Expand Down

0 comments on commit cbfb0df

Please sign in to comment.