Skip to content

Commit

Permalink
Do not even log
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph committed Nov 22, 2023
1 parent 880109c commit ccbc6a8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions connectors/src/connectors/notion/lib/notion_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,8 @@ import mainLogger from "@connectors/logger/logger";

const logger = mainLogger.child({ provider: "notion" });

const notionClientLogger = (
level: LogLevel,
message: string,
extraInfo: Record<string, unknown>
) => {
console.log(`[${level}]: ${message}`, extraInfo);
const notionClientLogger = () => {
// no-op
};

/**
Expand Down

0 comments on commit ccbc6a8

Please sign in to comment.