Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Dec 11, 2024
1 parent a2a7eae commit a40900c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/src/routes/admin/upload/upload-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ router.post(
const timestamp = Date.now();
const collectionName = `${collectionId}_${timestamp}`;

console.log(collectionName);

const resultInsert = await db
.collection(collectionName)
.insertMany(jsonData);
Expand Down

0 comments on commit a40900c

Please sign in to comment.