remove debug print
This commit is contained in:
parent
63ba764923
commit
301c959edf
1 changed files with 0 additions and 2 deletions
|
@ -92,8 +92,6 @@ seek o = do
|
||||||
db <- openDb (uuid r)
|
db <- openDb (uuid r)
|
||||||
ea <- exportActions r
|
ea <- exportActions r
|
||||||
recordExportBeginning (uuid r) new
|
recordExportBeginning (uuid r) new
|
||||||
|
|
||||||
liftIO $ print (old, new)
|
|
||||||
|
|
||||||
-- Clean up after incomplete export of a tree, in which
|
-- Clean up after incomplete export of a tree, in which
|
||||||
-- the next block of code below may have renamed some files to
|
-- the next block of code below may have renamed some files to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue