Skip to content

Commit

Permalink
Cleanup debug log
Browse files Browse the repository at this point in the history
Co-authored-by: Orta Therox <orta.therox@gmail.com>
  • Loading branch information
fbartho and orta committed Jan 15, 2022
1 parent 99e19f7 commit 3411074
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/platforms/git/gitJSONToGitDSL.ts
Expand Up @@ -119,7 +119,6 @@ export const gitJSONToGitDSL = (gitJSONRep: GitJSONDSL, config: GitJSONToGitDSLC
// to a single value in the patch. This is fine, but not useful when showing a before/after
const pathSteps = path.split("/")
const backAStepPath = pathSteps.length <= 2 ? path : pathSteps.slice(0, pathSteps.length - 1).join("/")
console.debug("MEEP", { path, pathSteps, backAStepPath, before, after, outerDiff })

const diff: any = {
// If a file is moved/renamed, the file will be in "danger.git.modified_files"
Expand Down

0 comments on commit 3411074

Please sign in to comment.