Update() Repeats Twice?

I noticed that the Engine’s Update() repeats twice. Is this normal?

Thanks CSDG

No, it never does. Update runs once per frame. You have two scripts using Update, or something.