zdavatz / spreadsheet

The Ruby Spreadsheet by ywesee GmbH
http://spreadsheet.ch
GNU General Public License v3.0
1.13k stars 240 forks source link

Remove stray puts #150

Closed pilap82 closed 9 years ago

pilap82 commented 9 years ago

A puts instruction pollutes the log and doesn't serve any purpose. As such, we propose its removal.

zdavatz commented 9 years ago

Under which circumstances is this getting in your way?

franckverrot commented 9 years ago

@zdavatz Hi Zeno!

Freezing panes makes this message appear in our logs (and console). We wouldn't mind if we had a way to customize what IO receives the puts (we'd be able to pass a muted IO and be done with it :smile:), but in this case Kernel is the receiver and it prints undesired stuff :-/

Thanks for this gem btw! Cheers!

zdavatz commented 9 years ago

Ok, 1.0.8 is out.

franckverrot commented 9 years ago

:+1:

pilap82 commented 9 years ago

:+1: thanks.