Removed debugging JS.

This commit is contained in:
Mark McDowall 2012-01-04 18:20:34 -08:00
parent e4a2228b2c
commit 7963390126
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ function createSingleEpisodeExample() {
result += 'Episode Name';
}
var appQual = $('#AppendQuality');
if ($('#AppendQuality').attr('checked'))
result += ' [TV]';