Skip to content

Commit

Permalink
removed diff raw parse's debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwilhelm committed Mar 15, 2014
1 parent c8a7add commit 9287ab3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/diff.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ module.exports = class Diff
deleted_file = status is 'D'
renamed_file = status is 'R'

console.log a_path, b_path, a_sha, b_sha, a_mode, b_mode,
new_file, deleted_file, null, renamed_file, null

diffs.push new Diff(
repo, a_path, b_path, a_sha, b_sha, a_mode, b_mode,
new_file, deleted_file, null, renamed_file, null
Expand Down

0 comments on commit 9287ab3

Please sign in to comment.