forked from ScoDoc/ScoDoc
Remove js log
This commit is contained in:
parent
8b01df0b02
commit
6aaacbe42e
@ -468,7 +468,6 @@ async function creerTousLesEtudiants(etuds) {
|
|||||||
throw new Error("Network response was not ok");
|
throw new Error("Network response was not ok");
|
||||||
}
|
}
|
||||||
const text = await res.text();
|
const text = await res.text();
|
||||||
console.log(text);
|
|
||||||
SERVER_TIMEZONE_OFFSET = text;
|
SERVER_TIMEZONE_OFFSET = text;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Error:', error);
|
console.error('Error:', error);
|
||||||
|
Loading…
Reference in New Issue
Block a user