diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-04-07 12:18:44 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-04-07 12:18:44 +0200 |
commit | bba28590b73e35404cadffb5a0fee0c5ca914447 (patch) | |
tree | 2315bb15ca1c4c123b6370ac6b458e9b2c7a80d5 /apps | |
parent | 1576a9a10b63b5d4a02a3721678613d5825730a8 (diff) | |
download | nextcloud-server-bba28590b73e35404cadffb5a0fee0c5ca914447.tar.gz nextcloud-server-bba28590b73e35404cadffb5a0fee0c5ca914447.zip |
Remove xxx from ownCloud we dont want to see that 🙈
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/js/filelist.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 0c4d41b65f9..71af4a21b9b 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -2490,7 +2490,6 @@ } }); fileUploadStart.on('fileuploadadd', function(e, data) { - console.log('XXXXXXX'); OC.Upload.log('filelist handle fileuploadadd', e, data); //finish delete if we are uploading a deleted file |