We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11adbe3 commit cfb0f5aCopy full SHA for cfb0f5a
1 file changed
scanpipe/views.py
@@ -2064,10 +2064,6 @@ def get_context_data(self, **kwargs):
2064
matched_snippet_annotations = self.get_matched_snippet_annotations(resource)
2065
context["detected_values"]["matched snippets"] = matched_snippet_annotations
2066
2067
- from pprint import pprint
2068
-
2069
- pprint(context["detected_values"])
2070
2071
return context
2072
2073
0 commit comments