Skip to content

Commit 2bf6ddb

Browse files
committed
fix: remove debug function for now
1 parent c69d75f commit 2bf6ddb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/cli.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import { RenderService } from '../services/render-service.ts'
55
// Start the CLI with a new line for better readability
66
console.log()
77

8-
const debug = debuglog('ls-mcp')
8+
// @TODO add debug logging
9+
// const debug = debuglog('ls-mcp')
910

1011
async function init () {
1112
const mcpFilesManager = new MCPFiles()

0 commit comments

Comments
 (0)