REFACTOR Remove unecessayr console.log
This commit is contained in:
parent
056dfdce77
commit
dfbdaa7416
|
|
@ -64,8 +64,6 @@ export default function archivesInit() {
|
|||
if (!response.ok) throw new Error(`HTTP ${response.status}`);
|
||||
const data = await response.json();
|
||||
|
||||
console.log('data', data);
|
||||
|
||||
// Ignore si une requête plus récente a été envoyée
|
||||
if (requestId !== lastRequestId) return;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user