Skip to content

Commit 9049b84

Browse files
authored
Delete commented code
1 parent b00b618 commit 9049b84

File tree

1 file changed

+0
-10
lines changed
  • packages/jupyterlab-lsp/src/transclusions/ipython-bigquery

1 file changed

+0
-10
lines changed

packages/jupyterlab-lsp/src/transclusions/ipython-bigquery/extractors.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,5 @@ export let foreign_code_extractors: IForeignCodeExtractorsRegistry = {
3131
is_standalone: true,
3232
file_extension: 'sql'
3333
})
34-
/*
35-
,
36-
new RegExpForeignCodeExtractor({
37-
language: 'sql',
38-
pattern: `(?:^|\n)%bigquery (?:${SQL_URL_PATTERN}|${COMMAND_PATTERN}|(.*))\n?`,
39-
extract_to_foreign: '$1',
40-
is_standalone: false,
41-
file_extension: 'sql'
42-
})
43-
*/
4434
]
4535
};

0 commit comments

Comments
 (0)