Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 25, 2022
1 parent 76868eb commit 9df1304
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xpra/notifications/dbus_notifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def parse_hints(self, h) -> dict:
rowstride = w*channels
has_alpha = img.mode=="RGBA"
pixel_data = bytearray(img.tobytes("raw", img.mode))
log.info("pixel_data=%s", type(pixel_data))
args = w, h, rowstride, has_alpha, 8, channels, pixel_data
hints["image-data"] = tuple(native_to_dbus(x) for x in args)
#hints["image-data"] = args
Expand Down

0 comments on commit 9df1304

Please sign in to comment.