I was doing some development with NSUserNotification in an OS X Yosemite app. It's all working great now, but in the process of development, I somehow orphaned scheduled daily NSUserNotifications on my system. Now I get notifications all day long that are unconnected to my app: clicking "Show" does not launch or switch to the app. I can disable all notifications for the app, but then the actual, non-orphaned notifications stop appearing, too.
Is there some place on the system where I can find a list of scheduled notifications and delete all the orphans? Maybe a file to edit or a database to update?