mirror of https://github.com/OWASP/Nettacker.git
Removed unnecessary print statements
Signed-off-by: Aarush289 <cs24b064@smail.iitm.ac.in>
This commit is contained in:
parent
859b850629
commit
a83c17f21e
|
|
@ -42,8 +42,6 @@ def valid_hostname(
|
|||
host = host[:-1]
|
||||
parts = host.split(".")
|
||||
if len(parts) < 2 and not allow_single_label:
|
||||
# log.warn("Its a name like google")
|
||||
print("itegb")
|
||||
return False
|
||||
return all(_LABEL.match(p) for p in parts)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue