mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	remove log statement
This commit is contained in:
		| @@ -258,7 +258,6 @@ export class DocumentListViewService { | |||||||
|  |  | ||||||
|     if (includeRange && this.lastSelectedDocumentIndex !== null) { |     if (includeRange && this.lastSelectedDocumentIndex !== null) { | ||||||
|       const toIndex = this.documentIndexInCurrentView(d.id) |       const toIndex = this.documentIndexInCurrentView(d.id) | ||||||
|       console.log('select from', this.lastSelectedDocumentIndex, 'to', toIndex); |  | ||||||
|       this.documents.slice(Math.min(this.lastSelectedDocumentIndex, toIndex), Math.max(this.lastSelectedDocumentIndex, toIndex)).forEach(d => { |       this.documents.slice(Math.min(this.lastSelectedDocumentIndex, toIndex), Math.max(this.lastSelectedDocumentIndex, toIndex)).forEach(d => { | ||||||
|         this.selected.add(d.id) |         this.selected.add(d.id) | ||||||
|       }) |       }) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon