We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0809d commit d1b9c38Copy full SHA for d1b9c38
src/games/logger.ts
@@ -377,7 +377,6 @@ export class LoggerGame extends GameBase {
377
378
public validateMove(m: string): IValidationResult {
379
const result: IValidationResult = {valid: false, message: i18next.t("apgames:validation._general.DEFAULT_HANDLER")};
380
- console.log(`Validating "${m}"`)
381
382
const mode = this.getMode(m);
383
const grid = new SquareOrthGraph(5, 5);
0 commit comments