pyqt-colorpicker icon indicating copy to clipboard operation
pyqt-colorpicker copied to clipboard

Remove print about API

Open Tmarinus opened this issue 10 months ago • 2 comments

I like this simple easy way to pick a color, great widget thank you.

But in the init file there is a print statement that if imported is always printed. Could be nice if this was removed.

print("Using QtPy API: %s" % API_NAME)

Tmarinus avatar Apr 28 '24 20:04 Tmarinus

#12 Created pull request

Tmarinus avatar Apr 29 '24 07:04 Tmarinus

Good catch, that seems to be a leftover debug statement.. If you can implement the changes i proposed in the PR, we can merge it asap!

nlfmt avatar Sep 01 '24 19:09 nlfmt