Skip to content

Commit 7e43c9a

Browse files
committed
remove console.log
1 parent 8f12e8f commit 7e43c9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

generators/app/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ function getModuleDir() {
3939
function getLanguages() {
4040
const languagesPath = join(hljsDir, 'src', 'languages');
4141

42-
console.log(languagesPath);
4342
return globby(`${languagesPath}/*.js`).then( longPaths => {
4443
const languages = longPaths.map( longPath => {
4544
return basename(longPath, '.js');

0 commit comments

Comments
 (0)