Remove a javascript debug trace (backport from develop).

This commit is contained in:
mdtrooper 2015-04-08 17:07:18 +02:00
parent cc135cbead
commit 654549f13b
1 changed files with 1 additions and 5 deletions

View File

@ -550,11 +550,7 @@ function mainSystemInfo() {
function generate_info () {
$("#submit-generate").hide();
$("#spinner_img").show();
console.log($("#checkbox-pandora_diag").prop('checked'));
console.log($("#checkbox-system_info").prop('checked'));
console.log($("#checkbox-log_info").prop('checked'));
$.ajax({
url: 'ajax.php',
type: 'POST',