chg: [log] remove old debug

This commit is contained in:
Alexandre Dulaunoy 2022-02-06 11:41:57 +01:00
parent 9ce8603f33
commit dbbcbe8cdf
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -44,7 +44,7 @@ for mmdb_file in mmdb_files:
meta['nb_nodes'] = meta['reader'].metadata().node_count meta['nb_nodes'] = meta['reader'].metadata().node_count
mmdbs.append(meta) mmdbs.append(meta)
print(mmdbs)
def validIPAddress(IP: str) -> bool: def validIPAddress(IP: str) -> bool:
try: try:
type(ip_address(IP)) type(ip_address(IP))