Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Jul 14, 2016
1 parent 4afb19c commit 030188e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pylucid_migration/management/commands/migrate_blog.py
Expand Up @@ -168,8 +168,6 @@ def _migrate_blog(self, options, site):

new_post.save()

print("\n%s" % new_post.get_absolute_url())

self.file_log.debug("\tBlog entry created: %r" % new_post)

self.file_log.debug("\t\texists on sites: %r" % ", ".join([s.name for s in new_post.sites.all()]))
Expand Down

0 comments on commit 030188e

Please sign in to comment.