remove unneed console log

pull/7/head
Iuri Matias 6 years ago
parent e748b23917
commit 171bef63cc
  1. 1
      remix-debug/src/solidity-decoder/types/util.js

@ -67,7 +67,6 @@ async function extractHexValue (location, storageResolver, byteLength) {
try {
slotvalue = await readFromStorage(location.slot, storageResolver)
} catch (e) {
console.log(e)
return '0x'
}
return extractHexByteSlice(slotvalue, byteLength, location.offset)

Loading…
Cancel
Save