File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,6 @@ export const ExtensionStateContextProvider: React.FC<{ children: React.ReactNode
118118
119119 const onUpdateApiConfig = useCallback ( ( apiConfig : ApiConfiguration ) => {
120120 setState ( ( currentState ) => {
121- console . log ( "onUpdateApiConfig" , currentState , apiConfig )
122-
123121 vscode . postMessage ( {
124122 type : "upsertApiConfiguration" ,
125123 text : currentState . currentApiConfigName ,
@@ -132,8 +130,6 @@ export const ExtensionStateContextProvider: React.FC<{ children: React.ReactNode
132130 const handleInputChange = useCallback (
133131 ( field : keyof ApiConfiguration ) => ( event : any ) => {
134132 setState ( ( currentState ) => {
135- console . log ( "handleInputChange" , currentState , event )
136-
137133 vscode . postMessage ( {
138134 type : "upsertApiConfiguration" ,
139135 text : currentState . currentApiConfigName ,
You can’t perform that action at this time.
0 commit comments