Skip to content

Commit 7765469

Browse files
committed
Remove accidental logging
1 parent 1ac0d6c commit 7765469

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jbrowse/src/client/JBrowse/Browser/plugins/ExtendedVariantPlugin/ExtendedVariantWidget/ExtendedVariantWidget.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ export default jbrowse => {
348348
const infoKeys = Object.keys(feat.INFO)
349349
let isApiSubscribed = true
350350
useEffect(() => {
351-
console.log('called!')
352351
Ajax.request({
353352
url: ActionURL.buildURL('jbrowse', 'resolveVcfFields.api'),
354353
method: 'POST',

0 commit comments

Comments
 (0)