Skip to content

Commit 48a757f

Browse files
committed
beta v1.2.3.2 - removed debug logging that accidentally made it into production
1 parent ab816e4 commit 48a757f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<a href="../donate.html"><p id="donate" class="banner-text">donate</p></a>
2121
</div>
2222
<div class="about-text">
23-
<p style="color: aqua">beta v1.2.3.1<br></p>
23+
<p style="color: aqua">beta v1.2.3.2<br></p>
2424
<p style="display: inline-block;">The Chess Library is an open-source database of 700,000+ chess games, run by
2525
<a href="https://www.github.com/gitpushjoe" style="word-wrap: break-word;"><nobr>a single college student.</nobr></a> It's currently in open beta testing right now so if you have any suggestions, bug findings, questions, or would like to help expand the database,
2626
please share using the donate link above. (Note: The back-end web scraping and data formatting scripts will be up soon.)<br>&nbsp;<br><br>Sources:<br>

script.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,6 @@ function animate() {
493493
}
494494
if (mouseDown) {
495495
mouseDownFrames++;
496-
console.log(mouseDownFrames)
497496
if (mouseDownFrames == 5) {
498497
globalScale = canvas.offsetWidth / 800;
499498
globalTranslate = (400 - (canvas.offsetWidth / 2))*(1/globalScale);
@@ -562,7 +561,6 @@ function animate() {
562561
document.switchToGame = -1;
563562
}
564563

565-
// console.log(mouseDownFrames);
566564
dynamicQueue = dynamicQueue.filter(element => element.alive);
567565
for (let piece in pieceQueue) pieceQueue[piece].draw(ctx);
568566
for (let arrow in arrowQueue) arrowQueue[arrow].draw(ctx);

0 commit comments

Comments
 (0)