Remove some print statements
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user