We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261612a commit 4643827Copy full SHA for 4643827
1 file changed
packages/cgb-scripts/scripts/init.js
@@ -63,7 +63,8 @@ const copyTemplateFiles = (
63
...shell.ls( blockDir + '/src/**.*' ),
64
...shell.ls( blockDir + '/src/block/**.*' ),
65
];
66
- console.log( '\n\nLIST OF FILES', files, '\n\n' );
+
67
+ // console.log( '\n\nLIST OF FILES', files, '\n\n' );
68
69
// Replace dynamic content for block name in the code.
70
files.forEach( function( file ) {
0 commit comments