remove unneed console log

pull/5370/head
Iuri Matias 6 years ago
parent 8d3d08fdf0
commit 887356cef3
  1. 1
      remix-debug/src/solidity-decoder/types/util.js

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

Loading…
Cancel
Save