Skip to content

Commit a6d9e49

Browse files
committed
Remove console log
1 parent 85e70ec commit a6d9e49

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ function renderAcFile(fileContent: string, pkgName: string, componentName: strin
123123
*/
124124
function generateRenderedOutFile(componentType: string, componentName: string, targetPkg: string) {
125125

126-
127-
console.log("generateRenderedOutFile");
128-
console.log(componentType, componentName, targetPkg);
129-
130126
let boilerplatesPath = `./boilerplates/${componentType}`;
131127
let boilerplateNameOfJAVA = `${componentType}.ac.java`
132128
let boilerplateNameOfXML = `${componentType}_layout.ac.xml`

0 commit comments

Comments
 (0)