Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove pdb call
  • Loading branch information
Roberto Alsina committed Apr 28, 2017
1 parent 9118589 commit 359c08e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/shortcodes.py
Expand Up @@ -218,7 +218,6 @@ def _extract_shortcodes(data):
a dictionary of shortcodes, where the keys are UUIDs and the values
are the shortcodes themselves ready to process.
"""
import pdb; pdb.set_trace()
splitted = _split_shortcodes(data)
new_data = []
in_sc = False
Expand Down

0 comments on commit 359c08e

Please sign in to comment.