Disable Default Notification After Content Publish in Umbraco

We perform some validation after publishing.
We have implemented INotificationHandler<ContentPublishedNotification> and added our own notification message. However, when publishing, both our notification and the default one are shown.

How can we disable the default notification?