Commit d4544227 authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

remove traces

parent 6a372a29
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -492,8 +492,6 @@ export default {
      let start = (this.currentPage - 1) * this.pageLength;
      let end = start + this.pageLength;
      //let nbItems = 0; //for pagination
      console.log("project_id: " + this.currentProjectId);
      console.log("collection_id: " + collection.id);
      this.fetchItems(
          {
            projectId : this.currentProjectId,