Delete output to console
This commit is contained in:
parent
51f36dd412
commit
5a6a531e77
|
@ -52,13 +52,6 @@ define([
|
|||
|
||||
return {
|
||||
initialize: function () {
|
||||
this.addListeners({
|
||||
'Toolbar': {
|
||||
'insert:break': function () {
|
||||
console.log('insert page break');
|
||||
}
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
onLaunch: function (view) {
|
||||
|
|
Loading…
Reference in a new issue