Remove all debug printing

This commit is contained in:
2018-09-30 19:08:49 -04:00
parent 1216f4a046
commit 0499ca5b47
2 changed files with 0 additions and 10 deletions

View File

@ -192,7 +192,6 @@ class VXNetworkInstance():
start_addr=self.dhcp_start,
end_addr=self.dhcp_end
)
dhcp_configuration.debug = print
self.dhcp_server = DHCPServer.DHCPServer(dhcp_configuration)
self.dhcp_server.start()