We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cad83 commit 8c9e2a6Copy full SHA for 8c9e2a6
src/notebooks/deepnote/inputBlockContentFormatter.ts
@@ -31,7 +31,6 @@ export function getInputBlockLanguage(blockType: string): string | undefined {
31
* @returns The formatted cell content string
32
*/
33
export function formatInputBlockCellContent(blockType: string, metadata: Record<string, unknown>): string {
34
- console.log('formatInputBlockCellContent', blockType, metadata);
35
switch (blockType) {
36
case 'input-text':
37
case 'input-textarea': {
0 commit comments