mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-08 16:08:33 +01:00
remove console.logs
This commit is contained in:
@@ -76,7 +76,6 @@ function fastPosChanged() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* allow some basic shit */
|
/* allow some basic shit */
|
||||||
console.log(clean)
|
|
||||||
if(clean == "*" || clean == ""){
|
if(clean == "*" || clean == ""){
|
||||||
console.log("lol")
|
console.log("lol")
|
||||||
retVal = true
|
retVal = true
|
||||||
@@ -166,7 +165,6 @@ function balance(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
jsonData = JSON.stringify(dictAll, null, 4);
|
jsonData = JSON.stringify(dictAll, null, 4);
|
||||||
console.log(jsonData)
|
|
||||||
|
|
||||||
/* transmitt */
|
/* transmitt */
|
||||||
fetch(window.location.href, {
|
fetch(window.location.href, {
|
||||||
@@ -176,8 +174,6 @@ function balance(){
|
|||||||
'Content-Type': 'application/json' },
|
'Content-Type': 'application/json' },
|
||||||
body: jsonData
|
body: jsonData
|
||||||
}).then(r => r.json()).then(j => {
|
}).then(r => r.json()).then(j => {
|
||||||
console.log(j)
|
|
||||||
console.log(j["content"])
|
|
||||||
cont = document.getElementById("response-container")
|
cont = document.getElementById("response-container")
|
||||||
cont.innerHTML = j["content"]
|
cont.innerHTML = j["content"]
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user