diff --git a/IPython/html/static/edit/js/notificationarea.js b/IPython/html/static/edit/js/notificationarea.js
index 2f51d6611..73f7077d5 100644
--- a/IPython/html/static/edit/js/notificationarea.js
+++ b/IPython/html/static/edit/js/notificationarea.js
@@ -19,9 +19,6 @@ define([
var that = this;
var savew = this.new_notification_widget('save');
- this.events.on("file_saving.Editor", function() {
- savew.set_message("Saving File...");
- });
this.events.on("file_saved.Editor", function() {
savew.set_message("File saved", 2000);
});