Skip to content

Commit

Permalink
refactor: log removed (#604)
Browse files Browse the repository at this point in the history
Co-authored-by: Saksham Sharma <[email protected]>
Co-authored-by: Pritish Budhiraja <[email protected]>
  • Loading branch information
3 people authored Sep 9, 2024
1 parent a6eb3c2 commit dadefa8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ const confirmEndPoint =
const logEndpoint =
envLoggingUrl || `https://${logDomain}.hyperswitch.io/logs/sdk`;

console.log("Test SDK values ===>", {
sdkEnv,
sdkUrl,
backendEndPoint,
confirmEndPoint,
});

const enableLogging = true;
const loggingLevel = "DEBUG";
const maxLogsPushedPerEventName = 100;
Expand Down

0 comments on commit dadefa8

Please sign in to comment.