diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/js/jquery.ocdialog.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/js/jquery.ocdialog.js b/core/js/jquery.ocdialog.js index ee492d15f58..fb161440ebb 100644 --- a/core/js/jquery.ocdialog.js +++ b/core/js/jquery.ocdialog.js @@ -94,7 +94,6 @@ this._setSizes(); break; case 'buttons': - console.log('buttons', value); if(this.$buttonrow) { this.$buttonrow.empty(); } else { |