robertlugg / easygui

easygui for Python
http://easygui.readthedocs.org/en/master/
BSD 3-Clause "New" or "Revised" License
455 stars 114 forks source link

Remove Debug Print #136

Closed Henricus-Basien closed 6 years ago

Henricus-Basien commented 6 years ago

The Debug Print in the "preselect_choice" Function constantly prints an zero array into the console when called "[0]" ...this is slightly unfortunate when trying to keep a neat and tidy console output. A removal would be appreciated. I'd just change it myself in the site-packages but whoever wants to use my code and pip-install your library with it will have the same problem again. Thanks in advance! :)

spyoungtech commented 6 years ago

Seems like a reasonable change to me.

zadacka commented 6 years ago

Committed to master.