Skip to content

Commit 6cbc112

Browse files
committed
Minor fix
1 parent d307286 commit 6cbc112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jsflow-tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ jsFlowTracker.prototype._onData = function (payload, from) {
134134
offer = signalObject;
135135
console.log('We got an offer', offer)
136136
if (peer.readyForIce) {
137-
console.log('self: ', self)
138137
processStoredCandidates(self,from)
139138
}
140139
var params = {
@@ -152,6 +151,7 @@ jsFlowTracker.prototype._onData = function (payload, from) {
152151

153152
jsFlowTracker.prototype._onWebRtcOffer = function (payload, from) {
154153
var self = this
154+
console.log('Running on webRTCoffer')
155155
if(!self._peers[from]) { //Verify we haven't already received an offer from this user
156156
var peer = self._peers[from] = new Peer({
157157
trickle: true,

0 commit comments

Comments
 (0)