chore: remove debugging

pull/1072/head
Tienson Qin 2021-01-09 23:49:37 +08:00
parent 82b84067d7
commit 050bb108fc
1 changed files with 0 additions and 1 deletions

View File

@ -249,7 +249,6 @@
(history/add-history! repo files-tx))))]
(-> (p/all (map write-file-f files))
(p/then (fn []
(prn "all files written")
(git-add-f)
(when chan
(async/put! chan true))))