Remove return statement

This commit is contained in:
Preston 2018-06-09 09:55:45 -04:00
parent 2af6f1261b
commit f5870f6135
1 changed files with 0 additions and 3 deletions

View File

@ -559,9 +559,6 @@ function checkVideoUrls(video480p, video720p) {
break;
default:
console.log('720p is valid');
if (currentQuality === '720p') {
return;
}
break;
}
});