From ce1f4c92b40aacff98b366e2edc9fbe06b11540b Mon Sep 17 00:00:00 2001 From: AdrienLSH Date: Tue, 27 Feb 2024 10:18:35 +0100 Subject: [PATCH] clean: removed log --- frontend/static/js/views/accounts/AuthenticationView.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/static/js/views/accounts/AuthenticationView.js b/frontend/static/js/views/accounts/AuthenticationView.js index 412d878..62b5c39 100644 --- a/frontend/static/js/views/accounts/AuthenticationView.js +++ b/frontend/static/js/views/accounts/AuthenticationView.js @@ -141,8 +141,6 @@ export default class extends AbstractNonAuthenticatedView let response_data = await response.json(); - console.log(response_data); - clear("innerHTML", ["username", "password", 'login']); fill_errors(response_data, "innerHTML"); }