Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
benStre committed Feb 10, 2024
1 parent dcb3732 commit a0a9ee1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@ function to (this:Function, receivers:Receiver) {
apply: (target, _thisArg, argArray:unknown[]) => {
const externalScopeName = target[DX_EXTERNAL_SCOPE_NAME];
const externalFunctionName = target[DX_EXTERNAL_FUNCTION_NAME];
console.log("call",externalScopeName, externalFunctionName, argArray)
return datex(`#public.?.? ?`, [externalScopeName, externalFunctionName, new Tuple(argArray)], receivers as target_clause)
}
})
Expand Down

0 comments on commit a0a9ee1

Please sign in to comment.