Skip to content

Commit d412af1

Browse files
committed
One line too many ...
1 parent 4101cfc commit d412af1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Commands/Fun/Game/tictactoe.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,8 @@ class TicTacToe extends Command {
4242
if ( opponent.id === this.client.user.id )
4343
return super.respond( this.language.noMe() );
4444

45-
4645
size = parseInt( size, 10 );
4746

48-
console.log(size);
49-
5047
if ( size > 5 )
5148
return super.respond( this.language.maxCell );
5249

0 commit comments

Comments
 (0)