Skip to content

Commit 2c16d1c

Browse files
committed
sdks:js-ts:ref: remove console log for fallback network error in handleDeepcrawlError function
1 parent 1cfec1a commit 2c16d1c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/sdks/js-ts/src/deepcrawl.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,6 @@ function handleDeepcrawlError(
145145
}
146146

147147
// Default to network error for all other cases
148-
console.log('🔍 [SDK] Falling back to network error:', {
149-
error,
150-
fallbackMessage,
151-
});
152148
throw new DeepcrawlNetworkError(fallbackMessage, error);
153149
}
154150

0 commit comments

Comments
 (0)