Skip to content

Commit cfb0f5a

Browse files
committed
Remove print statements used for debugging #1688
Signed-off-by: tdruez <[email protected]>
1 parent 11adbe3 commit cfb0f5a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scanpipe/views.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,10 +2064,6 @@ def get_context_data(self, **kwargs):
20642064
matched_snippet_annotations = self.get_matched_snippet_annotations(resource)
20652065
context["detected_values"]["matched snippets"] = matched_snippet_annotations
20662066

2067-
from pprint import pprint
2068-
2069-
pprint(context["detected_values"])
2070-
20712067
return context
20722068

20732069

0 commit comments

Comments
 (0)