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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -

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