Skip to content

Commit

Permalink
Log removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Riddhish Rajgor committed Sep 28, 2020
1 parent 8127996 commit fc3a640
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion public/javascripts/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ var game = function () {
_this.newGame = false;
$("#positionInput").val("");
if (response.type == 'success') {
console.log(response.mainArr);
$(`.ground`).css("background-color", "gray")
for (i = 0; i < 6; i++) {
for (j = 0; j < 7; j++) {
Expand Down
1 change: 0 additions & 1 deletion routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ function intitalizeArray(yelow, red, newCol, arrayNew, sessionId) {
}, {
new: true
});
console.log(arrayNew, newCol, row);
let win = await checkWinner(arrayNew, newCol, row)
resolve({
win: win,
Expand Down

0 comments on commit fc3a640

Please sign in to comment.