Skip to content

Commit 7b049be

Browse files
apirainoUrgau
andauthored
Update src/zulip/client.rs
Co-authored-by: Urgau <3616612+Urgau@users.noreply.github.com>
1 parent ff473f9 commit 7b049be

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/zulip/client.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ impl ZulipClient {
182182
.make_request(Method::GET, &format!("streams/{stream_id}"))
183183
.send()
184184
.await?;
185-
dbg!(&resp);
186185
deserialize_response::<ZulipChannel>(resp)
187186
.await
188187
.map(|channel| channel.stream)

0 commit comments

Comments
 (0)