Skip to content

Commit

Permalink
tidy up command line output
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@16408 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 19, 2017
1 parent 19faffe commit a496541
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xpra/codecs/video_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ def main():
vh = getVideoHelper()
vh.set_modules(ALL_VIDEO_ENCODER_OPTIONS, ALL_CSC_MODULE_OPTIONS, ALL_VIDEO_DECODER_OPTIONS)
vh.init()
log.info("VideoHelper.get_info():")
info = vh.get_info()
print_nested_dict(info)

Expand Down

0 comments on commit a496541

Please sign in to comment.