How do I disable echo in /script/console? Every time I select an object, for example, its entire contents get output.
Not ideal, but you can do:
var = Model.find(123); 0
At least I think that's what I saw posted awhile back... it will still return "0" but at least not your entire model.