remove duplicated entry in list

pull/3094/head
Iuri Matias 7 years ago
parent 5c41299a78
commit e981a602de
  1. 2
      remix-solidity/src/compiler/compiler-input.js

@ -13,7 +13,7 @@ module.exports = (sources, opts) => {
outputSelection: { outputSelection: {
'*': { '*': {
'': [ 'legacyAST' ], '': [ 'legacyAST' ],
'*': [ 'abi', 'metadata', 'devdoc', 'userdoc', 'metadata', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ] '*': [ 'abi', 'metadata', 'devdoc', 'userdoc', 'evm.legacyAssembly', 'evm.bytecode', 'evm.deployedBytecode', 'evm.methodIdentifiers', 'evm.gasEstimates' ]
} }
} }
} }

Loading…
Cancel
Save