Commit 61ffee06 by Luke Plant

Removed stray debugging print statement

parent c1b24083
......@@ -130,7 +130,6 @@ class URLPath(MPTTModel):
"""
try:
for descendant in self.get_descendants(include_self=True).order_by("-level"):
print("deleting " , descendant) #space in string -> " "?
descendant.article.delete()
transaction.commit()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment