mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
removed stray console.log
This commit is contained in:
parent
f4d085550e
commit
cd90e8a869
@ -204,7 +204,6 @@ SignatureRequest.prototype.renderBody = function () {
|
||||
h('div.request-signature__rows', [
|
||||
|
||||
...rows.map(({ name, value }) => {
|
||||
console.log(value)
|
||||
if (typeof value === 'boolean') {
|
||||
value = value.toString()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user