Skip to content

Commit

Permalink
Remove println traces we don't need anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Dec 22, 2021
1 parent 4929fbb commit 865cde8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/scala/com/karumi/shot/Shot.scala
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ class Shot(
shotFolder.pulledComposeScreenshotsFolder(),
shotFolder.pulledScreenshotsFolder()
)
println(rawFilePath)
println(newFilePath)
files.rename(rawFilePath, newFilePath)
}
}
Expand Down

0 comments on commit 865cde8

Please sign in to comment.