mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-09 17:40:59 +00:00
Removed stray print statement
This commit is contained in:
parent
431931b6a9
commit
1f8e8a062b
1 changed files with 0 additions and 2 deletions
|
|
@ -82,8 +82,6 @@ def content_type_use(request, content_type_app_name, content_type_model_name):
|
|||
except EmptyPage:
|
||||
pages = paginator.page(paginator.num_pages)
|
||||
|
||||
print page_class
|
||||
|
||||
return render(request, 'wagtailadmin/pages/content_type_use.html', {
|
||||
'pages': pages,
|
||||
'app_name': content_type_app_name,
|
||||
|
|
|
|||
Loading…
Reference in a new issue