Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@26944 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 10, 2020
1 parent dedee7f commit 02592ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/codecs/video_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def get_server_full_csc_modes(self, *client_supported_csc_modes):
returns the CSC modes per encoding that the server can encode with.
(taking into account the decoder's actual output colorspace for each encoding)
"""
log.warn("get_server_full_csc_modes(%s) decoder encodings=%s",
log("get_server_full_csc_modes(%s) decoder encodings=%s",
client_supported_csc_modes, self._video_decoder_specs.keys())
full_csc_modes = {}
for encoding, encoding_specs in self._video_decoder_specs.items():
Expand Down

0 comments on commit 02592ed

Please sign in to comment.