diff --git a/apps/documenteditor/main/app/controller/PageLayout.js b/apps/documenteditor/main/app/controller/PageLayout.js index 9f22e7f49..b454a0b13 100644 --- a/apps/documenteditor/main/app/controller/PageLayout.js +++ b/apps/documenteditor/main/app/controller/PageLayout.js @@ -52,13 +52,6 @@ define([ return { initialize: function () { - this.addListeners({ - 'Toolbar': { - 'insert:break': function () { - console.log('insert page break'); - } - } - }); }, onLaunch: function (view) {