remove console.log

This commit is contained in:
christine betts
2025-07-16 16:21:26 -04:00
parent 0d86da6784
commit a2135ce992

View File

@@ -58,7 +58,6 @@ export async function startIDEServer(context: vscode.ExtensionContext) {
});
const keepAlive = setInterval(() => {
console.log('Sending keep-alive ping');
transport.send({ jsonrpc: '2.0', method: 'ping' });
}, 30000); // Send ping every 30 seconds