Remove some print statements

This commit is contained in:
2022-10-29 14:05:48 +01:00
parent 6902665ffb
commit 31a77e88ad
3 changed files with 0 additions and 5 deletions

View File

@@ -48,7 +48,6 @@ class ObjectList(ListView):
list_url_args = {}
for arg in self.list_url_args:
list_url_args[arg] = locals()[arg]
print("LIST URL ARGS", list_url_args)
if type == "page":
type = "modal"
@@ -128,7 +127,6 @@ class ObjectCreate(CreateView):
list_url_args = {}
for arg in self.list_url_args:
list_url_args[arg] = locals()[arg]
print("LIST URL ARGS", list_url_args)
if type == "page":
type = "modal"