Skip to content

Commit 79b34ba

Browse files
committed
Remove debug console.log
1 parent 402f077 commit 79b34ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notebooks/deepnote/converters/inputConverters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export abstract class BaseInputBlockConverter<T extends z.ZodObject> implements
6565
: JSON.stringify(this.defaultConfig(), null, 2);
6666

6767
const cell = new NotebookCellData(NotebookCellKind.Code, configStr, 'json');
68-
console.log(cell);
68+
6969
return cell;
7070
}
7171

0 commit comments

Comments
 (0)