diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-09-10 00:25:07 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-09-10 00:25:07 +0200 |
commit | fdfdd2e4e78ca025290b9525288c7546f62653f0 (patch) | |
tree | 3ebce92b50701b86b779ff393ca0ed0dab414638 /core | |
parent | 51547c33161b28dfa46ff0c160fada646737bdf1 (diff) | |
download | nextcloud-server-fdfdd2e4e78ca025290b9525288c7546f62653f0.tar.gz nextcloud-server-fdfdd2e4e78ca025290b9525288c7546f62653f0.zip |
Remove console logging
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 { |