1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 17:33:23 +01:00

clean - remove logging from tx list

This commit is contained in:
kumavis 2016-05-13 14:45:17 -07:00
parent 041b5493dc
commit 3d696420b7

View File

@ -22,7 +22,6 @@ module.exports = function(transactions, network) {
[
transactions.map((transaction) => {
console.dir(transaction)
var panelOpts = {
key: `tx-${transaction.hash}`,