mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
rm a log in generators (#241396)
This commit is contained in:
@@ -81,7 +81,6 @@ export const createGeneratorState = (
|
||||
// return generatorState;
|
||||
// }
|
||||
const triggerGenerator = (currentState: GeneratorState, executeExternals: IFigExecuteExternals) => {
|
||||
console.info('Triggering generator', { currentState });
|
||||
const { generator, context } = currentState;
|
||||
let request: Promise<Fig.Suggestion[] | undefined>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user