From 16239289c0148ee62006e2ebd7452fbf076ec14b Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 20 Jan 2022 23:56:39 +0100 Subject: [PATCH] remove dead code --- InvenTree/common/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/common/api.py b/InvenTree/common/api.py index 65cdea90c5..7c246c46d5 100644 --- a/InvenTree/common/api.py +++ b/InvenTree/common/api.py @@ -66,7 +66,6 @@ class WebhookView(CsrfExemptMixin, APIView): message, ) - # return results data = self.webhook.get_return(payload, headers, request) return HttpResponse(data)