GTK: remove debug prints

This commit is contained in:
2015-12-22 17:50:31 +01:00
parent 2ba9620fdc
commit 6a9d408925

View File

@@ -144,8 +144,6 @@ copyFinal mygui myview = do
case op of
FCopy (CP1 s) -> do
dest <- goUp mcdir
print dest
print s
let cmsg = "Really copy \"" ++ fullPath s
++ "\"" ++ " to \"" ++ fullPath dest ++ "\"?"
withConfirmationDialog cmsg . withErrorDialog