mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Remove log
This commit is contained in:
parent
7f30a8bea7
commit
b32f91b0ee
1 changed files with 0 additions and 1 deletions
|
|
@ -85,6 +85,5 @@ const extensionToLanguage: { [key: string]: string } = {
|
|||
|
||||
export function getLanguageFromPath(path: string): string | undefined {
|
||||
const extension = path.split(".").pop()?.toLowerCase() || ""
|
||||
console.log(`converted path to language: ${path} -> ${extensionToLanguage[extension]}`)
|
||||
return extensionToLanguage[extension]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue