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