mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 20:31:37 -05:00
Remove logs
This commit is contained in:
@@ -111,7 +111,6 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
|
||||
// URI Handler
|
||||
const handleUri = async (uri: vscode.Uri) => {
|
||||
console.log("handleUri", uri)
|
||||
const path = uri.path
|
||||
const query = new URLSearchParams(uri.query.replace(/\+/g, "%2B"))
|
||||
const visibleProvider = ClaudeDevProvider.getVisibleInstance()
|
||||
|
||||
Reference in New Issue
Block a user