storeChanged notification fires when I save to event store.

The storeChanged notification fires when I save to event store. I thought it's only supposed to fire when the event store changes from outside of the app. How do I keep it from firing when I save to event store. I even removed observer from notification center before I save to event store and add the observer back after I finish saving, but the storeChanged notification still fires.