summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 4b1dc60..29c76b3 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -13,8 +13,6 @@ macro_rules! err {
}
fn main() {
- // let listener = TcpListener::bind("0.0.0.0:8080").expect("Could not bind to address");
-
let listener = match TcpListener::bind("0.0.0.0:8080") {
Ok(listener) => listener,
Err(e) => {