aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools/protocol.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/devtools/protocol.rs')
-rw-r--r--components/devtools/protocol.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/devtools/protocol.rs b/components/devtools/protocol.rs
index b385f396c1b..eb46ed38489 100644
--- a/components/devtools/protocol.rs
+++ b/components/devtools/protocol.rs
@@ -86,9 +86,6 @@ impl JsonPacketStream for TcpStream {
serde_json::Error::Syntax(_, l, c) => {
return Err(format!("syntax at {}:{}", l, c))
},
- serde_json::Error::FromUtf8(e) => {
- return Err(e.description().to_owned())
- },
},
};
},