diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-09-12 17:00:39 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-09-12 17:00:39 -0400 |
commit | 89cd37ff4a24f9da071438e06d3a41861780a117 (patch) | |
tree | 16a371ccfd405f9b8ad714c3e281f5756db6c420 /Command | |
parent | c7f33e8b917d8f5b08de01294c3d0e6929451ac7 (diff) |
remove debug print
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Export.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Command/Export.hs b/Command/Export.hs index 611656581..2c75d0164 100644 --- a/Command/Export.hs +++ b/Command/Export.hs @@ -92,8 +92,6 @@ seek o = do db <- openDb (uuid r) ea <- exportActions r recordExportBeginning (uuid r) new - - liftIO $ print (old, new) -- Clean up after incomplete export of a tree, in which -- the next block of code below may have renamed some files to |