Skip to content

Commit 201694c

Browse files
committed
Remove unused code
1 parent 04b7e9e commit 201694c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

db.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,4 @@ const manageProducts = async(data, action) => {
8383
}
8484
}
8585

86-
// manageProducts({}, 'read').then(data => {
87-
// console.log(data);
88-
// fs.writeFileSync('products.json', JSON.stringify(data.result));
89-
// }).catch(e => {
90-
// })
91-
9286
export {manageProducts, manageUsers};

0 commit comments

Comments
 (0)