mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-10 16:24:49 +00:00
Remove stray print statement
This commit is contained in:
parent
44429b96d2
commit
844e1a66ef
1 changed files with 0 additions and 2 deletions
|
|
@ -152,8 +152,6 @@ def add(request):
|
|||
def usage(request, image_id):
|
||||
image = get_object_or_404(get_image_model(), id=image_id)
|
||||
|
||||
print dir(image)
|
||||
|
||||
return render(request, "wagtailimages/images/usage.html", {
|
||||
'image': image,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue