removed unneeded debug line

This commit is contained in:
Joseph Henry
2017-03-06 14:36:13 -08:00
parent 62e80da60b
commit 711ba70144

View File

@@ -163,7 +163,6 @@ void zts_stop_service() {
bool zts_has_address(const char *nwid)
{
DEBUG_ERROR();
char ipv4_addr[64], ipv6_addr[64];
memset(ipv4_addr, 0, 64);
memset(ipv6_addr, 0, 64);