Skip to content

Commit 8c9e2a6

Browse files
committed
fix: Remove forgotten debug console.log
Signed-off-by: Tomas Kislan <tomas@kislan.sk>
1 parent 59cad83 commit 8c9e2a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/notebooks/deepnote/inputBlockContentFormatter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export function getInputBlockLanguage(blockType: string): string | undefined {
3131
* @returns The formatted cell content string
3232
*/
3333
export function formatInputBlockCellContent(blockType: string, metadata: Record<string, unknown>): string {
34-
console.log('formatInputBlockCellContent', blockType, metadata);
3534
switch (blockType) {
3635
case 'input-text':
3736
case 'input-textarea': {

0 commit comments

Comments
 (0)