From df19ff55818abd5dc8c8f219414c3542b4c9e668 Mon Sep 17 00:00:00 2001 From: Aresn Date: Thu, 23 May 2024 18:04:50 +0800 Subject: [PATCH] Update useFetch2.js --- composables/useFetch2.js | 1 - 1 file changed, 1 deletion(-) diff --git a/composables/useFetch2.js b/composables/useFetch2.js index 5b2083e..ebe4069 100644 --- a/composables/useFetch2.js +++ b/composables/useFetch2.js @@ -1,7 +1,6 @@ const BASE_URL = 'https://gpu-pod656e861afe3d944d6b3ce77e-7862.node.inscode.run' const request = async (url, options = {}) => { - console.log(8989) const fullUrl = BASE_URL + url const config = { method: options.method || 'get', -- GitLab