Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d618395

Browse files
author
Roberto Alsina
committedJun 1, 2017
oops
1 parent 885776d commit d618395

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎nikola/plugins/compile/rest/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ def rst2html(source, source_path=None, source_class=docutils.io.StringInput,
332332
pub.set_source(source, None)
333333
pub.settings._nikola_source_path = source_path
334334
pub.set_destination(None, destination_path)
335-
from doit.tools import set_trace; set_trace()
336335
pub.publish(enable_exit_status=enable_exit_status)
337336

338337
return pub.writer.parts['docinfo'] + pub.writer.parts['fragment'], pub.document.reporter.max_level, pub.settings.record_dependencies, pub.document

0 commit comments

Comments
 (0)
Please sign in to comment.