~dholbach/help-app/1426304

« back to all changes in this revision

Viewing changes to edit-here/translations.py

  • Committer: Daniel Holbach
  • Date: 2015-03-05 08:14:09 UTC
  • Revision ID: daniel.holbach@canonical.com-20150305081409-4ywlm9cgz1vkqb46
remove leftover print statement

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
                new_path = self.translated_doc_fn(doc_fn,
236
236
                                                  po.langs[po_fn]['bcp47'])
237
237
                text = "Title: %s\nDate:\n\n" % (translated_title_line)
238
 
                print((doc_fn, po_fn, text))
239
238
                text += output
240
239
                if os.path.exists(new_path):
241
240
                    os.remove(new_path)