remove unnecessary logs

This commit is contained in:
David Dias
2015-07-15 15:38:01 -07:00
parent 1ed32f6531
commit 0d82f9decc
3 changed files with 1 additions and 38 deletions

View File

@ -96,7 +96,6 @@ experiment('IDENTIFY', function () {
})
identifyB.on('peer-update', function (answer) {
console.log('SUCH PEER-UPDATE')
done()
})
identifyA.on('peer-update', function (answer) {})