Skip to content

Commit d97fc7f

Browse files
committed
chore: remove console.log
1 parent 3351fef commit d97fc7f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/codegen/code-generators/node-typescript-generator.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ export class NodeTypeScriptGenerator extends BaseTypescriptGenerator {
6262
methodName = `_${methodName}`
6363
}
6464

65-
console.log(config.key, methodName)
66-
6765
if (uniqueMethods[methodName]) {
6866
throw new Error(
6967
`Method '${methodName}' is already registered. Prefab key ${config.key} conflicts with '${uniqueMethods[methodName]}'!`,

0 commit comments

Comments
 (0)