Skip to content

Commit

Permalink
removed output of cwd in app
Browse files Browse the repository at this point in the history
  • Loading branch information
bboc committed Feb 17, 2019
1 parent 6ad5c99 commit 0e6459e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ def tdconv(self, source, target_format, output, download_attachments):
logger.info("target: %s" % output)
logger.info("format: %s" % target_format)
logger.info("download attachments: %s" % download_attachments)
logger.info("output folder: %s" % os.getcwd())

args = Namespace(file=source,
format=target_format,
Expand Down

0 comments on commit 0e6459e

Please sign in to comment.