remove debug output
This commit is contained in:
parent
8b0dadb645
commit
b923b89cf5
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ addToTracker tracker maxconn saddr = do
|
|||
(M.insert laddr 1 tmap, True)
|
||||
writeTVar tracker nmap
|
||||
return (nmap, accept)
|
||||
print nmap
|
||||
-- print nmap
|
||||
return accept
|
||||
|
||||
translateAddr
|
||||
|
|
Loading…
Reference in a new issue