Commit c9332ebe authored by Kenton Varda's avatar Kenton Varda

Arrrrgghhh, remove line that I only added while debugging something.

parent 6148a1c5
...@@ -81,7 +81,6 @@ bool hasIpv6() { ...@@ -81,7 +81,6 @@ bool hasIpv6() {
freeaddrinfo(list); freeaddrinfo(list);
return true; return true;
} else { } else {
KJ_FAIL_ASSERT("foo");
return false; return false;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment