Skip to content

Commit

Permalink
Remove unused onRemoteStream
Browse files Browse the repository at this point in the history
  • Loading branch information
youennf committed Nov 4, 2018
1 parent 8da49cd commit 92297ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webrtc/getstats.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ <h2>Retrieved stats info</h2>
}
});

var onRemoteStream = test.step_func(function(event) {
assert_unreached('WebRTC received a stream when there was none');
});

var getStatsRecordByType = function(stats, type) {
for (let stat of stats.values()) {
if (stat.type == type) {
Expand Down

0 comments on commit 92297ec

Please sign in to comment.