Skip to content

Commit 8f51f40

Browse files
committed
chore: clean unused code
1 parent 1889fc4 commit 8f51f40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/list-connectors.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { isDemoMode } from '../config/env.js';
99
* Indicates which connector is active based on current DSN
1010
*/
1111
export async function listConnectorsToolHandler(_args: {}, _extra: any) {
12-
const connectors = ConnectorManager.getAvailableConnectors();
1312
const samples = ConnectorRegistry.getAllSampleDSNs();
1413

1514
// Get active connector if possible

0 commit comments

Comments
 (0)