diff --git a/functions.js b/functions.js index 8427433..cb4fa7f 100644 --- a/functions.js +++ b/functions.js @@ -1,5 +1,4 @@ function fetchData() { - debugger return fetch('https://cdn.jsdelivr.net/gh/SamadiPour/rial-exchange-rates-archive@data/jalali_all.min.json') .then(response => response.json()) .then(data => {