Skip to content

Commit 6dfc7c2

Browse files
committed
removed debugging prints
1 parent e8de603 commit 6dfc7c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/views.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,6 @@ def api_reference(request, structure_key, lang, version):
437437
if response is False:
438438
return HttpResponseNotFound()
439439

440-
print(response)
441-
print("=======================")
442440

443441
return HttpResponse(response, content_type="application/json")
444442

0 commit comments

Comments
 (0)