FridayCode commited on
Commit
29d4f11
·
1 Parent(s): f397f6b

Output format Updated

Browse files
Files changed (1) hide show
  1. index.html +2 -0
index.html CHANGED
@@ -69,6 +69,8 @@
69
  }
70
 
71
  const data = await response.json();
 
 
72
  status.textContent = "Analysis Complete!";
73
  resultDisplay.textContent = JSON.stringify(data, null, 2);
74
  resultDisplay.style.display = 'block';
 
69
  }
70
 
71
  const data = await response.json();
72
+ delete data.debug;
73
+ delete data.notes;
74
  status.textContent = "Analysis Complete!";
75
  resultDisplay.textContent = JSON.stringify(data, null, 2);
76
  resultDisplay.style.display = 'block';