mirror of
https://github.com/nextcloud/server.git
synced 2026-02-15 16:59:47 -05:00
Remove debug
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
ae6bbbdfb8
commit
de7275becd
1 changed files with 0 additions and 1 deletions
|
|
@ -759,7 +759,6 @@
|
|||
var fileData = this.files[i];
|
||||
var fileRow = this.$fileList.find('[data-id=' + fileData.id + ']');
|
||||
// do not select already selected ones
|
||||
console.log(fileRow, this._selectedFiles[fileData.id]);
|
||||
if (!fileRow.hasClass('hidden') && _.isUndefined(this._selectedFiles[fileData.id])) {
|
||||
this._selectedFiles[fileData.id] = fileData;
|
||||
this._selectionSummary.add(fileData);
|
||||
|
|
|
|||
Loading…
Reference in a new issue