~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/doc_generate/builders/texinfo.py

(vila) Remove offending debug statement breaking the texinfo sphinx
 builder (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
 
43
43
def setup(app):
44
 
    import pdb; pdb.set_trace()
45
44
    app.add_builder(TexinfoBuilder)