remove log

This commit is contained in:
Reimar 2025-10-16 11:04:50 +02:00
parent 43c8c0e535
commit 2715ca401b

View File

@ -74,7 +74,6 @@ export class GamelibAdapter {
} }
#checkParams(func, args, expectedTypes) { #checkParams(func, args, expectedTypes) {
console.log(func, args, expectedTypes);
if (args.length > expectedTypes.length) { if (args.length > expectedTypes.length) {
this.#error( this.#error(
`Too many arguments to function. Expected ${expectedTypes.length}, got ${args.length}`, `Too many arguments to function. Expected ${expectedTypes.length}, got ${args.length}`,