Skip to content

Commit 8f6dcfc

Browse files
committed
step7 insertat tax_id
1 parent 8b331c8 commit 8f6dcfc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

curation-pipeline/src/components/steps/Step2GenomeTF.jsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,6 @@ async function computeTaxonomyForAcc(acc) {
123123
return payload;
124124
}
125125

126-
computeTaxonomyForAcc(accession).then((payload) => {
127-
console.log("TAXONOMY payload", accession, payload);
128-
});
129-
130-
131126
export default function Step2GenomeTF() {
132127
const {
133128
tf,

0 commit comments

Comments
 (0)