Skip to content

Commit 4643827

Browse files
author
Ahmad Awais
committed
🐛 FIX: Remove this Sneaky Console.log
1 parent 261612a commit 4643827

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/cgb-scripts/scripts

packages/cgb-scripts/scripts/init.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ const copyTemplateFiles = (
6363
...shell.ls( blockDir + '/src/**.*' ),
6464
...shell.ls( blockDir + '/src/block/**.*' ),
6565
];
66-
console.log( '\n\nLIST OF FILES', files, '\n\n' );
66+
67+
// console.log( '\n\nLIST OF FILES', files, '\n\n' );
6768

6869
// Replace dynamic content for block name in the code.
6970
files.forEach( function( file ) {

0 commit comments

Comments
 (0)