Skip to content

Commit

Permalink
comment unused code line
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Nov 15, 2022
1 parent 75fdd79 commit ecf4ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-server/src/completion/completions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ export function getSuggestionForSupportedFields(
// We can filter on the datasource
const datasourceProvider = getFirstDatasourceProvider(lines)
// We can filter on the previewFeatures enabled
const previewFeatures = getAllPreviewFeaturesFromGenerators(lines)
// const previewFeatures = getAllPreviewFeaturesFromGenerators(lines)

switch (blockType) {
case 'generator':
Expand Down

0 comments on commit ecf4ef9

Please sign in to comment.