Skip to content

Commit

Permalink
remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
hitesh-1997 committed Feb 4, 2025
1 parent 9f9b924 commit 297c36c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vscode/src/edit/edit-context-logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,6 @@ export function shouldLogEditContextItem<T>(
payload: T,
isFeatureFlagEnabledForLogging: boolean
): boolean {
console.log('shouldLogEditContextItem', payload)
console.log('isDotComAuthed', isDotComAuthed())
console.log('isFeatureFlagEnabledForLogging', isFeatureFlagEnabledForLogging)

// 🚨 SECURITY: included only for DotCom users and for users in the feature flag.
if (isDotComAuthed() && isFeatureFlagEnabledForLogging) {
const payloadSize = calculatePayloadSizeInBytes(payload)
Expand Down

0 comments on commit 297c36c

Please sign in to comment.