Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
revert: ⏪️ undo logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ecxyzzy committed Sep 11, 2023
1 parent af3cd99 commit 7ff81a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/api/src/routes/v1/rest/courses/+endpoint.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { PrismaClient } from "@libs/db";
import { createErrorResult, createOKResult, logger } from "@libs/lambda";
import { createErrorResult, createOKResult } from "@libs/lambda";
import type { APIGatewayProxyHandler } from "aws-lambda";
import { ZodError } from "zod";

Expand All @@ -13,8 +13,6 @@ export const GET: APIGatewayProxyHandler = async (event, context) => {
const query = event.queryStringParameters;
const requestId = context.awsRequestId;

logger.info(headers);

/**
* TODO: handle warmer requests.
*/
Expand Down

0 comments on commit 7ff81a8

Please sign in to comment.