diff --git a/reNgine/common_func.py b/reNgine/common_func.py
index 7a7cadaf..77538a8f 100644
--- a/reNgine/common_func.py
+++ b/reNgine/common_func.py
@@ -55,9 +55,6 @@ def get_interesting_endpoint(scan_history=None, target=None):
url_lookup_query |= Q(http_url__icontains=key)
page_title_lookup_query |= Q(page_title__iregex="\\y{}\\y".format(key))
- print(url_lookup_query)
- print(page_title_lookup_query)
-
if target:
url_lookup = WayBackEndPoint.objects.filter(
target_domain__id=target).filter(url_lookup_query)
diff --git a/targetApp/templates/target/summary.html b/targetApp/templates/target/summary.html
index bff2c5ed..f130d96f 100644
--- a/targetApp/templates/target/summary.html
+++ b/targetApp/templates/target/summary.html
@@ -49,7 +49,69 @@ Target Summary for {{target.domain_name}}
{{this_week_scan_count}} Scans this week
- View all Scans
+ View all Scans
+