Skip to content

Instantly share code, notes, and snippets.

@ndimiduk
Created March 15, 2012 19:28
Show Gist options
  • Save ndimiduk/2046280 to your computer and use it in GitHub Desktop.
Save ndimiduk/2046280 to your computer and use it in GitHub Desktop.
$ git --no-pager diff 1.5.2 1.7.0 src/leiningen/clean.clj
diff --git a/src/leiningen/clean.clj b/src/leiningen/clean.clj
index 85bffcc..73a86f6 100644
--- a/src/leiningen/clean.clj
+++ b/src/leiningen/clean.clj
@@ -20,6 +20,5 @@
Set :extra-files-to-clean in project.clj to delete other files. Dependency
jars are not deleted; run deps task to delete all jars and get fresh ones."
[project]
- (println "Cleaning up.")
(doseq [f (files-to-clean project)]
(delete-file-recursively f :silently)))
git finished.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment