diff options
Diffstat (limited to 'public/js/Fetcher.js')
| -rw-r--r-- | public/js/Fetcher.js | 1 |
1 files changed, 0 insertions, 1 deletions
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{ | |||
| 44 | if(this.onFailure){ | 44 | if(this.onFailure){ |
| 45 | this.onFailure(data); | 45 | this.onFailure(data); |
| 46 | } | 46 | } |
| 47 | console.error(data.message || "Erreur serveur"); | ||
| 48 | return { success: false, data }; | 47 | return { success: false, data }; |
| 49 | } | 48 | } |
| 50 | } | 49 | } |
