Hey I was playing around with making a small cocoa application and using the new Notification Center API in Mountain Lion. However my app is now present in the notification
Change the code in the project which you were playing around with user notifications in to call
[[NSUserNotificationCenter defaultUserNotificationCenter] removeAllDeliveredNotifications];
from your app delegate's method -applicationDidFinishLaunching:. This will remove all user notifications from the user notification center.