This commit is contained in:
2026-01-02 06:19:04 +01:00
parent a8128c23ab
commit f0d44092e5
3 changed files with 1 additions and 5 deletions
-2
View File
@@ -65,8 +65,6 @@ function fetchApi(url, options) {
}
catch (error) {
console.log("FetchAPI error #2:", error.message);
console.log("fetchData =>", fetchData);
console.log("fetchOptions =>", fetchOptions);
data = null;
}
}