Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove debugging code
cc @jjconti

Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 1, 2015
1 parent 3da39f3 commit 9ba5c01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/plugins/command/import_wordpress.py
Expand Up @@ -768,7 +768,6 @@ def import_postpage_item(self, item, wordpress_namespace, out_folder=None, attac
else:
path = path
except AttributeError:
pdb.set_trace()
pass

# Cut out the base directory.
Expand Down

1 comment on commit 9ba5c01

@jjconti
Copy link
Contributor

@jjconti jjconti commented on 9ba5c01 Sep 1, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that.

Please sign in to comment.