Skip to content

Commit

Permalink
Removed Debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
aakash-a-dev authored Dec 27, 2024
1 parent a44dfaf commit ad43030
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/api/tsserver/tsservers.mts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export class TsServers {

const npxCmd = process.platform === 'win32' ? 'npx.cmd' : 'npx';

console.log(`Spawning tsserver with ${npxCmd} in ${options.cwd}`);

const child = spawn(npxCmd, ['tsserver'], {
cwd: options.cwd,
shell: process.platform === 'win32',
Expand Down

0 comments on commit ad43030

Please sign in to comment.