From b77626bfe26a427eadc7bec1ae8ed50ffc7ae00c Mon Sep 17 00:00:00 2001 From: Sajad Jalilian Date: Mon, 8 Jan 2024 22:21:36 +0330 Subject: [PATCH] Remove debugger --- functions.js | 1 - 1 file changed, 1 deletion(-) 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 => {