Omit misleading debug output

This commit is contained in:
Tony Garnock-Jones 2014-06-18 23:59:57 -04:00
parent f5ce8cd93f
commit 1fb6935d81
1 changed files with 0 additions and 5 deletions

5
ip.rkt
View File

@ -183,11 +183,6 @@
(spawn (lambda (e s)
(match e
[(routing-update g)
(log-info "normal-ip route ~v/~v/~v quitting:\n~a"
network
netmask
interface-name
(gestalt->pretty-string g))
(transition s (when (gestalt-empty? g) (quit)))]
[(message (ethernet-packet _ _ _ _ _ body) _ _)
(define p (parse-ip-packet interface-name body))