removed recursive call

This commit is contained in:
Joel McKinnon 2020-04-01 11:10:10 -07:00
parent 63fe92f8ea
commit 2a1f9fd063

View File

@ -172,7 +172,7 @@ export default {
} }
} }
} }
this.updateMetadataOptions(); // this.updateMetadataOptions();
return inputCount; return inputCount;
} }
}, },