We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5035b57 commit 44502f8Copy full SHA for 44502f8
2 files changed
eln/libs/OCLUtils.js
@@ -1,5 +1,5 @@
1
import OCL from 'openchemlib';
2
3
-import * as OCLUtils from '../../../../../../../../lib/openchemlib-utils/8.15.1/openchemlib-utils';
+import * as OCLUtils from '../../../../../../../../lib/openchemlib-utils/8.15.1/openchemlib-utils.umd';
4
5
export { OCL, OCLUtils };
eln/sampleMigrations.js
@@ -87,7 +87,6 @@ function migrateIupac(sample) {
87
* @param {object} sample - The sample object to migrate
88
*/
89
function updateSample(sample) {
90
- debugger;
91
migrateSequence(sample);
92
migrateTGAZones(sample);
93
migrateIupac(sample);
0 commit comments