Skip to content
Snippets Groups Projects
Commit f64bd419 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

suppression console.log de debug.

parent 4d6ec178
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment