1
0
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:
Koh Wei Jie 2018-06-22 16:46:00 +08:00
parent f4d085550e
commit cd90e8a869

View File

@ -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()
}