remove log
This commit is contained in:
parent
43c8c0e535
commit
2715ca401b
@ -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}`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user