clean - remove debugger

This commit is contained in:
kumavis 2015-12-22 12:32:50 -08:00
parent 8f3deae986
commit 9f7b00f10a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ function onRpcRequest(remotePort, payload){
zeroClient.sendAsync(payload, function onPayloadHandled(err, response){
if (err) throw err
console.log('MetaMaskPlugin - RPC complete:', payload, '->', response)
if (response.result === true) debugger
// if (response.result === true) debugger
// if (typeof response !== 'object') {
// if (!response) {
// console.warn('-------------------------------')