diff --git a/js/services/controllerUtils.js b/js/services/controllerUtils.js index 051deefee..36f2d7703 100644 --- a/js/services/controllerUtils.js +++ b/js/services/controllerUtils.js @@ -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); }