Skip to content

Commit 8520487

Browse files
cleanup: remove debug logging from FunctionParameter method - maintain 234/258 passing tests
Co-Authored-By: Dan Lynch <[email protected]>
1 parent 1d57c0c commit 8520487

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/transform/src/transformers/v13-to-v14.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,11 +1017,6 @@ export class V13ToV14Transformer {
10171017

10181018
if (node.name !== undefined) {
10191019
const isInDropContext = context.parentNodeTypes?.includes('DropStmt');
1020-
console.log('FunctionParameter debug:', {
1021-
name: node.name,
1022-
parentNodeTypes: context.parentNodeTypes,
1023-
isInDropContext
1024-
});
10251020
if (!isInDropContext) {
10261021
result.name = node.name;
10271022
}

0 commit comments

Comments
 (0)