Skip to content

Commit 4b5d587

Browse files
committed
rm console.log
1 parent 9348717 commit 4b5d587

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev-packages/node-integration-tests/suites/tracing/httpIntegration/server-ignoreIncomingRequests.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Sentry.init({
1010
integrations: [
1111
Sentry.httpIntegration({
1212
ignoreIncomingRequests: url => {
13-
console.log('url', url);
1413
return url.includes('/liveness');
1514
},
1615
}),

0 commit comments

Comments
 (0)