1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Remove unnecessary log

This commit is contained in:
Dan Finlay 2017-03-24 10:26:50 -07:00
parent abe9223a8a
commit 8e7b5d6a13

View File

@ -59,8 +59,6 @@ PendingTx.prototype.render = function () {
const dataLength = txParams.data ? (txParams.data.length - 2) / 2 : 0
const imageify = props.imageifyIdenticons === undefined ? true : props.imageifyIdenticons
log.info(`rendering pending-tx form with gas limit ${gas.toString()}, gasPrice ${gasPrice.toString()}, `)
this.inputs = []
return (