diff --git a/compiler/src/process_component_member.ts b/compiler/src/process_component_member.ts index 0a87f2b..9de0445 100644 --- a/compiler/src/process_component_member.ts +++ b/compiler/src/process_component_member.ts @@ -879,11 +879,3 @@ function validateWatchParam(type: LogType, pos: number, log: LogInfo[]): void { }); } -// function validateCustomDialogControllerBuilderInit(node: ts.ObjectLiteralElementLike, -// log: LogInfo[]): void { -// log.push({ -// type: LogType.ERROR, -// message: 'The builder should be initialized with a @CustomDialog Component.', -// pos: node.getStart() -// }); -// }