Skip to content

Commit 8493cbc

Browse files
Delete logs
1 parent 9378c23 commit 8493cbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/controller/item.controller.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ const getItem = async (event: APIGatewayEvent) => {
4545
};
4646

4747
const getAllItems = async () => {
48-
console.log("getAllItems controller");
4948
const items = await itemService.getAll();
50-
console.log("items", items);
49+
5150
try {
5251
return createResponse(StatusCodes.OK, items);
5352
} catch (error) {

0 commit comments

Comments
 (0)