Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianbayart committed Nov 27, 2023
1 parent 8053475 commit 6a6ef45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions energy/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ initMainMenuEvents()
function init() {
cameraDistance = 12;

console.log(document.getElementById('canvasGame'))
const canvas = document.createElement('canvas');
canvas.id = 'canvasGame';
console.log(canvas)
document.body.appendChild(canvas);

// ---------------- RENDERER ----------------
Expand Down

0 comments on commit 6a6ef45

Please sign in to comment.