From 07f4cf1635795a90dbd8f83e0668543b9a3ad59b Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 29 Oct 2025 22:07:37 +0100 Subject: =?UTF-8?q?logos=20noirs=20quand=20d=C3=A9s=C3=A9lectionn=C3=A9s,?= =?UTF-8?q?=20Fetcher=20utilis=C3=A9=20dans=20menu.js=20"checkMenuEntry"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/Fetcher.js | 1 - 1 file changed, 1 deletion(-) (limited to 'public/js/Fetcher.js') diff --git a/public/js/Fetcher.js b/public/js/Fetcher.js index 0f56628..aaf808d 100644 --- a/public/js/Fetcher.js +++ b/public/js/Fetcher.js @@ -44,7 +44,6 @@ class Fetcher{ if(this.onFailure){ this.onFailure(data); } - console.error(data.message || "Erreur serveur"); return { success: false, data }; } } -- cgit v1.2.3