diff --git a/bandwidth/bandwidth.js b/bandwidth/bandwidth.js index 0e62030..aed80c5 100644 --- a/bandwidth/bandwidth.js +++ b/bandwidth/bandwidth.js @@ -1059,6 +1059,7 @@ function SI_set_precision(SI_options, prefixDef, pre2num) { async function Load_CTA_861() { + DEBUG('CTA Test 6'); // Loads the timing definitions for the CTA-861 standard from a csv file response = await fetch('CTA861.txt'); CTA861 = await response.text(); diff --git a/bandwidth/index.html b/bandwidth/index.html index 776f3f9..7c251c4 100644 --- a/bandwidth/index.html +++ b/bandwidth/index.html @@ -31,7 +31,7 @@