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
Post a Comment