diff --git a/src/app/core/structure-editor/structure-editor-implementation.model.ts b/src/app/core/structure-editor/structure-editor-implementation.model.ts index 4e6830785..6202b3613 100644 --- a/src/app/core/structure-editor/structure-editor-implementation.model.ts +++ b/src/app/core/structure-editor/structure-editor-implementation.model.ts @@ -142,7 +142,6 @@ export class EditorImplementation implements Editor { setMolecule(molfile: string): void { if (this.ketcher && this.ketcher != null) { - console.log('setting ketcher'); this.ketcher.setMolecule(molfile); this.ketcher.setMolecule(molfile); } else if (this.jsdraw && this.jsdraw != null) {