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}`,