mirror of
https://github.com/nextcloud/server.git
synced 2026-03-01 21:10:36 -05:00
Remove missed console.log in file list
This commit is contained in:
parent
13b7937381
commit
0ff30a7d5e
1 changed files with 0 additions and 1 deletions
|
|
@ -517,7 +517,6 @@
|
|||
* This will refresh the file actions on the list.
|
||||
*/
|
||||
_onFileActionsUpdated: function() {
|
||||
console.log('onFileActionsUpdated');
|
||||
var self = this;
|
||||
this.$fileList.find('tr td.filename').each(function() {
|
||||
self.fileActions.display($(this), true, self);
|
||||
|
|
|
|||
Loading…
Reference in a new issue