Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
benStre committed Mar 28, 2024
1 parent 4b3591f commit f728994
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ export function Test(name:string, test_parameters:(unknown|unknown[])[]): (value
export function Test(value: Function, context: ClassDecoratorContext|ClassMethodDecoratorContext): void
export function Test(value:Function, context: ClassDecoratorContext|ClassMethodDecoratorContext) {
return handleClassDecoratorWithOptionalArgs([value, context], value as any, context as any, (args: any[], value, context: ClassDecoratorContext|ClassMethodDecoratorContext) => {
console.log("test", args, value, context)
return _Test(value, context, args)
}) as any;
}
Expand Down

0 comments on commit f728994

Please sign in to comment.