From 2715ca401b02d07d19b88a387798838dc4956287 Mon Sep 17 00:00:00 2001 From: Reimar Date: Thu, 16 Oct 2025 11:04:50 +0200 Subject: [PATCH] remove log --- src/gamelib_adapter.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gamelib_adapter.js b/src/gamelib_adapter.js index 5566e2e..45fd4f6 100644 --- a/src/gamelib_adapter.js +++ b/src/gamelib_adapter.js @@ -74,7 +74,6 @@ export class GamelibAdapter { } #checkParams(func, args, expectedTypes) { - console.log(func, args, expectedTypes); if (args.length > expectedTypes.length) { this.#error( `Too many arguments to function. Expected ${expectedTypes.length}, got ${args.length}`,