thomthom / SKUI

Ruby wrapper of classes that maps to GUI controls in SketchUp's UI::WebDialogs
MIT License
26 stars 14 forks source link

Debug output in window.rb #89

Closed jimfoltz closed 10 years ago

jimfoltz commented 10 years ago

window.rb has some debugging output . It prints >> Dialog ready to the ruby console.

https://github.com/thomthom/SKUI/blob/master/src/SKUI/window.rb#L331

thomthom commented 10 years ago

Yea it was left there as SKUI is still considered to be in beta. But I see that since it's already in use that it probably makes sense to turn that off by default.