Skip to content

Commit a65dae5

Browse files
committed
Remove an outdated comment
1 parent 4cde534 commit a65dae5

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
@@ -1423,7 +1423,6 @@ const openConnectionClosedWithNonRetryableErrorToast = (
14231423
export const connectInNewWindow =
14241424
(connectionInfo: ConnectionInfo): ConnectionsThunkAction<void> =>
14251425
(_dispatch, _getState, { globalAppRegistry }) => {
1426-
// TODO: Consider building a connection string?
14271426
globalAppRegistry.emit('connect-in-new-window', connectionInfo.id);
14281427
};
14291428

0 commit comments

Comments
 (0)