Skip to content

Commit

Permalink
Removed a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
notatestuser committed Nov 17, 2014
1 parent 6a59036 commit 8085451
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/status.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# callback - Receives `(err, status)`
#
module.exports = S = (repo, options, callback) ->
console.log options
repo.git "status --porcelain", options, (err, stdout, stderr) ->
status = new Status repo
status.parse stdout
Expand Down

0 comments on commit 8085451

Please sign in to comment.