disabled colsole log

pull/2/head
dev sp 2023-12-19 15:30:01 +00:00
parent a655a43e47
commit 38eccfedda
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ import Layout from "../../layouts/Layout.astro";
.then(res => res.json())
.then(data => {
gameData = data.data;
console.log(gameData)
// console.log(gameData)
document.getElementById("gameDescription").innerHTML = gameData.description;
if(gameData.label1){
document.getElementById("label1").innerHTML = gameData.label1;