Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 1, 2015
1 parent 403036b commit 4108cde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/plugins/command/check.py
Expand Up @@ -260,7 +260,6 @@ def analyze(self, fname, find_sources=False, check_remote=False):
self.existing_targets.add(target_filename)
else:
rv = True
import pdb; pdb.set_trace()
self.logger.warn("Broken link in {0}: {1}".format(filename, target))
if find_sources:
self.logger.warn("Possible sources:")
Expand Down

0 comments on commit 4108cde

Please sign in to comment.