1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

test - unit - metamask-controller - remove log

This commit is contained in:
kumavis 2018-05-25 11:09:19 -07:00
parent deab195772
commit a0fe5b9190

View File

@ -501,7 +501,6 @@ describe('MetaMaskController', function () {
const { promise, resolve } = deferredPromise()
streamTest = createThoughStream((chunk, enc, cb) => {
console.log('createThoughStream', chunk)
if (chunk.name !== 'phishing') return cb()
assert.equal(chunk.data.hostname, phishingUrl)
resolve()