That's the thing! Remove them from the update method, because it's called every frame, that's why you're getting so many calls.
Call them once in the Start method, and you should be fine.