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:
parent
041b5493dc
commit
3d696420b7
@ -22,7 +22,6 @@ module.exports = function(transactions, network) {
|
||||
[
|
||||
|
||||
transactions.map((transaction) => {
|
||||
console.dir(transaction)
|
||||
|
||||
var panelOpts = {
|
||||
key: `tx-${transaction.hash}`,
|
||||
|
Loading…
Reference in New Issue
Block a user