Remove debug

pull/645/head
Tienson Qin 2020-05-14 14:04:09 +08:00
parent ca95e9783f
commit 6ec3dcd601
1 changed files with 0 additions and 2 deletions

View File

@ -904,8 +904,6 @@
(p/let [config-exists? (fs/file-exists?
(git/get-repo-dir url)
".git/config")]
(prn {:config-exists? config-exists?
:cloned? (db/cloned? repo)})
(if (and config-exists?
(db/cloned? repo))
(do