Remove debug console.logs

This commit is contained in:
DC
2016-05-16 08:34:04 -07:00
parent 951a89c6c9
commit b89deb46db
2 changed files with 0 additions and 4 deletions

View File

@@ -637,7 +637,6 @@ function selectNewlyAddedSubtitle () {
var newIx = state.playing.subtitles.tracks.length - 1
// Find which subtitle track fits the current locale
var langIx
var osLangISO = window.navigator.language.split('-')[0] // eg "en"
var trackLang = state.playing.subtitles.tracks[newIx].language // eg "German"
var trackLangISO = iso639.getCode(trackLang) // eg "de"
@@ -646,8 +645,6 @@ function selectNewlyAddedSubtitle () {
} else {
selectSubtitle(oldIx || newIx) // otherwise, if we've already selected a track, keep it
}
console.log('SELECTING', langIx, oldIx, newIx)
}
// Make sure we don't have two subtitle tracks with the same label

View File

@@ -30,7 +30,6 @@ function CreateTorrentPage (state) {
pathPrefix = files[0]
}
}
console.log('WTF', pathPrefix, files)
// Sanity check: show the number of files and total size
var numFiles = files.length