GameObject OnMouseOver/Exit/Enter called each frame while on hover,

I wrote a simple script which just prints messages of hover state. The thing is each of those three methods is called each frame when mouse is over.,

Hello mackism,
You have probably written it in the Update function.
In order to get the message only once, you need to move your script elsewhere.
Please, show us your script.