android - SugarORM remove log.i -


how can remove

        log.i("sugar", this.getclass().getsimplename() + " saved : " + this.id); 

on line 150 in sugarrecord.class?

i'm inserting data , nicer if didn't log.

instead of importing sugar gradle, you'll have add , build project source project.

then can comment out. haven't found other way disable specific log message, , i'm not sure why isn't included other logging message when disabled.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -