chrisbu / dartwatch-JsonObject

JsonObject which allows dot notation access to JSON.parse'd objects. Read the article on http://www.dartlang.org/articles/json-web-service/
http://www.dartlang.org/articles/json-web-service/
MIT License
83 stars 25 forks source link

Disable "informative" print() calls by default #16

Closed ThomasLocke closed 11 years ago

ThomasLocke commented 11 years ago

It would be nice if JsonObject was completely quiet by default, ie. you would have to call something like enableDebugMessages if you want all the IsGetter/IsSetter messages on your console.

chrisbu commented 11 years ago

Yes, good point (I spend most time debugging it rather than using it, so I forget these little things.... :)

chrisbu commented 11 years ago

Fixed in 1.0.8