mirror of https://github.com/buster-so/buster.git
chore: remove debug console.log statements from ReportEditor
Co-Authored-By: nate@buster.so <nate@buster.so>
This commit is contained in:
parent
8f24417c44
commit
494f73bf17
|
@ -109,10 +109,8 @@ export const ReportEditor = React.memo(
|
|||
editor: TPlateEditor<Value, AnyPluginConfig>;
|
||||
}) => {
|
||||
if (isReady.current && !readOnly && onValueChange && !isStreaming) {
|
||||
console.log('value', value);
|
||||
platejsToMarkdown(editor, value as ReportElementsWithIds)
|
||||
.then((markdown) => {
|
||||
console.log('markdown', markdown);
|
||||
onValueChange(markdown);
|
||||
})
|
||||
.catch((error) => {
|
||||
|
|
Loading…
Reference in New Issue