Skip to content

Commit 43838ce

Browse files
committed
remoce fields
1 parent 05dd5e5 commit 43838ce

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/compass-connections/src/stores/connections-store-redux.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,11 +1584,7 @@ const connectWithOptions = (
15841584
mongoLogId(1_001_000_004),
15851585
'Connection UI',
15861586
'Initiating connection attempt',
1587-
{
1588-
isAutoconnectAttempt,
1589-
clusterName: connectionInfo.atlasMetadata?.clusterName,
1590-
connectionId: connectionInfo.id,
1591-
}
1587+
{ isAutoconnectAttempt }
15921588
);
15931589

15941590
// Connection form allows to start connecting with invalid connection

0 commit comments

Comments
 (0)