Commit e3a8710d authored by yann300's avatar yann300

remove console.log

parent cbd30b86
...@@ -21,7 +21,6 @@ class Mapping extends RefType { ...@@ -21,7 +21,6 @@ class Mapping extends RefType {
} }
} }
var mapSlot = util.normalizeHex(ethutil.bufferToHex(location.slot)) var mapSlot = util.normalizeHex(ethutil.bufferToHex(location.slot))
console.log(mapSlot, mappingsPreimages)
var mappingPreimages = mappingsPreimages[mapSlot] var mappingPreimages = mappingsPreimages[mapSlot]
var ret = {} var ret = {}
for (var i in mappingPreimages) { for (var i in mappingPreimages) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment