desktop-dart / duration

Utilities to make working with 'Duration's easier.
BSD 3-Clause "New" or "Revised" License
53 stars 47 forks source link

remove print statements #25

Closed ankoor7 closed 4 years ago

ankoor7 commented 4 years ago

Hi,.

Feel free to reject this. But I noticed there were some print statements and they were outputting very often in my app. Thought i'd put a PR to remove them.

tejainece commented 4 years ago

there are print methods and pretty methods. if you dont want to print, use corresponding pretty* method.