Skip to content
Snippets Groups Projects
Commit 1ccb1e55 authored by nkour's avatar nkour
Browse files

remove TODO

parent 4523a1f4
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,6 @@ except ImportError:
import DNS # http://pydns.sf.net/
HAVE_PYDNS = True
except ImportError:
#TODO: use self.DEBUG()
print "Could not load one of the supported DNS libraries (dnspython or pydns). SRV records will not be queried and you may need to set custom hostname/port for some servers to be accessible."
DATA_RECEIVED='DATA RECEIVED'
......@@ -93,7 +92,6 @@ class TCPsocket(PlugIn):
port = int(port)
break
except:
#TODO: use self.DEBUG()
print 'An error occurred while looking up %s' % query
server = (host, port)
# end of SRV resolver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment