mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
chore: remove verbose log
This commit is contained in:
parent
eff72eea3f
commit
01c858c0b9
1 changed files with 0 additions and 4 deletions
|
|
@ -118,8 +118,6 @@ export const ExtensionStateContextProvider: React.FC<{ children: React.ReactNode
|
|||
|
||||
const onUpdateApiConfig = useCallback((apiConfig: ApiConfiguration) => {
|
||||
setState((currentState) => {
|
||||
console.log("onUpdateApiConfig", currentState, apiConfig)
|
||||
|
||||
vscode.postMessage({
|
||||
type: "upsertApiConfiguration",
|
||||
text: currentState.currentApiConfigName,
|
||||
|
|
@ -132,8 +130,6 @@ export const ExtensionStateContextProvider: React.FC<{ children: React.ReactNode
|
|||
const handleInputChange = useCallback(
|
||||
(field: keyof ApiConfiguration) => (event: any) => {
|
||||
setState((currentState) => {
|
||||
console.log("handleInputChange", currentState, event)
|
||||
|
||||
vscode.postMessage({
|
||||
type: "upsertApiConfiguration",
|
||||
text: currentState.currentApiConfigName,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue