Commit f64bd419 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

suppression console.log de debug.

parent 4d6ec178
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -117,7 +117,6 @@
                this.entries = null;
                let library = new Zotero.Library(this.type, this.groupOrUserId);
                library.loadItems({start: this.start, limit: this.pageLength, q: this.textQuery}).then((response)=>{
                    console.log(response.data)
                    this.entries = response.data;
                    this.nbResults = response.totalResults;
                    this.isFetching = false;