Skip to content

Commit

Permalink
remove debug (oops)
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@6521 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 19, 2014
1 parent 5d574ff commit ee01008
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/xpra/server/window_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,9 +802,6 @@ def must_encode_full_frame(self, window, encoding):


def get_best_encoding(self, batching, pixel_count, ww, wh, speed, quality, current_encoding, fallback=[]):
#import traceback
#traceback.print_stack()
log.info("get_best_encoding(..) STRICT_MODE=%s, current_encoding=%s", STRICT_MODE, current_encoding)
if STRICT_MODE and current_encoding:
return current_encoding
if self.is_tray or (self.has_alpha and self.supports_transparency):
Expand Down

0 comments on commit ee01008

Please sign in to comment.