Skip to content

Commit

Permalink
remove console.log, sorry for that
Browse files Browse the repository at this point in the history
  • Loading branch information
marcooliveira committed Aug 22, 2013
1 parent d71a57b commit 93e0723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/automaton.js
Expand Up @@ -251,9 +251,9 @@ function showTaskUsage(task) {
var option;
var leftCol;
var tab = getTab();
console.log('coiso');

validate(task);
console.log('coiso2');

if (task.description) {
console.log('\n ' + task.description.green);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "automaton",
"version": "0.2.0-rc.2",
"version": "0.2.0-rc.3",
"description": "Task automation tool",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 93e0723

Please sign in to comment.