Skip to content

Commit

Permalink
removed console.log(
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rmat1k committed Jan 30, 2016
1 parent 45eb6ff commit c97636f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions bemy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c97636f

Please sign in to comment.