diff --git a/bemy.js b/bemy.js index a9e20a2..0e0c6ba 100755 --- a/bemy.js +++ b/bemy.js @@ -366,9 +366,6 @@ function createFile(file, type, trg, modVal, cursorPos, hook){ hook = hook.replace('{{filePath}}', p); try { - console.log(hook); - console.log(fs.readdirSync('.')); - var hookStdout = execSync(hook).toString('utf-8'); if (hookStdout) { diff --git a/package.json b/package.json index a17e3b8..a837e8c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "type": "git", "url": "https://github.com/f0rmat1k/bemy.git" }, - "version": "3.5.5", + "version": "3.5.6", "keywords": [ "bem", "BEM Tools"