Removed dummy response

This commit is contained in:
Jedrzej Stuczynski
2019-12-18 17:15:13 +00:00
parent b706d36e65
commit eba2b1f4ea
-3
View File
@@ -128,9 +128,6 @@ enum ServerResponse {
Error { message: String },
}
fn dummy_response() -> Message {
Message::Text("foomp".to_string())
}
impl Into<Message> for ServerResponse {
fn into(self) -> Message {