Skip to content
Snippets Groups Projects
Commit 2438b761 authored by chris's avatar chris
Browse files

remove console logs

parent a071ff69
No related branches found
No related tags found
1 merge request!304Answer nodeview
......@@ -51,10 +51,10 @@ const Editoria = () => {
value={demo}
// readonly
layout={layout}
onChange={debounce(source => {
console.log(source);
}, 200)}
onBlur={source => console.log(source)}
// onChange={debounce(source => {
// console.log(source);
// }, 200)}
// onBlur={source => console.log(source)}
user={user}
/>
</>
......
......@@ -54,7 +54,7 @@ const Editors = () => {
case 'ncbi':
break;
default:
return <Editoria />;
return <HHMI />;
}
};
......
......@@ -183,7 +183,7 @@ const Hhmi = () => {
config={config}
autoFocus
fileUpload={file => renderImage(file)}
value={initialValue}
value=""
targetFormat="JSON"
// readonly
layout={HhmiLayout}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment