debug log removal

This commit is contained in:
Jaco Greeff 2016-11-18 16:32:57 +01:00
parent 8d339ad379
commit f827ade616

View File

@ -249,7 +249,6 @@ class ExecuteContract extends Component {
func
.estimateGas(options, values)
.then((gasEst) => {
console.log(gasEst.toFormat(0));
const gas = gasEst.mul(1.2);
let gasLimitError = null;