remove comments

This commit is contained in:
Manuel Araoz 2014-05-09 15:06:19 -03:00
commit 62668e8d86

View file

@ -86,7 +86,6 @@ angular.module('copay.controllerUtils')
});
w.on('openError', root.onErrorDigest);
w.on('connect', function(peerID) {
//alert(w.getRegisteredPeerIds());
if (peerID) {
video.callPeer(peerID, handlePeerVideo);
}