Skip to content

Commit 9bbdf1c

Browse files
authored
Remove an outdated comment
1 parent 556958f commit 9bbdf1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,6 @@ function isAtlasStreamsInstance(
15101510
export const connectInNewWindow =
15111511
(connectionInfo: ConnectionInfo): ConnectionsThunkAction<void> =>
15121512
(_dispatch, _getState, { globalAppRegistry }) => {
1513-
// TODO: Consider building a connection string?
15141513
globalAppRegistry.emit('connect-in-new-window', connectionInfo.id);
15151514
};
15161515

0 commit comments

Comments
 (0)