Skip to content

Commit 38cd918

Browse files
remove console.log
1 parent 97439f8 commit 38cd918

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Projects/RockPaperScsissors/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const Main = {
1818
result: "",
1919

2020
play(type) {
21-
console.log("ok");
2221
this.computer = this.getRandomItem([PAPER, SCISSORS, ROCK]);
2322
this.player = type;
2423

0 commit comments

Comments
 (0)