diff --git a/web/api/views.py b/web/api/views.py index 55be3e9b..27876155 100644 --- a/web/api/views.py +++ b/web/api/views.py @@ -650,7 +650,6 @@ class Whois(APIView): if Domain.objects.filter(name=ip_domain).exists(): domain = Domain.objects.get(name=ip_domain) if domain.domain_info: - print(domain.domain_info.nameserver_history.all()) return Response({ 'status': True, 'ip_domain': ip_domain, diff --git a/web/startScan/templates/startScan/detail_scan.html b/web/startScan/templates/startScan/detail_scan.html index ad9e2660..6f059a5e 100644 --- a/web/startScan/templates/startScan/detail_scan.html +++ b/web/startScan/templates/startScan/detail_scan.html @@ -358,7 +358,7 @@ Scan Findings