mirror of https://github.com/morpheus65535/bazarr
Removing some forgotten debug console logging.
This commit is contained in:
parent
6753922f30
commit
6e3f4bf804
|
@ -174,7 +174,6 @@
|
|||
var completed = data.episodeFileCount - data.episodeMissingCount;
|
||||
var completed_style = '';
|
||||
var completed_text = '';
|
||||
console.log(data.profileId);
|
||||
if (data.episodeFileCount && data.profileId.id !== null) {
|
||||
completed_style = ' style="width: ' + completed / total * 100 + '%;"';
|
||||
completed_text = completed + '/' + total;
|
||||
|
|
|
@ -511,7 +511,6 @@
|
|||
if (data.status) {
|
||||
$('#test_sonarr_span').text('Test Successful: Sonarr v' + data.version).css('color', 'green');
|
||||
} else {
|
||||
console.log(data);
|
||||
$('#test_sonarr_span').text('Test Failed: ' + data.error).css('color', 'red');
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue