GTK: remove debug prints
This commit is contained in:
parent
2ba9620fdc
commit
6a9d408925
@ -144,8 +144,6 @@ copyFinal mygui myview = do
|
|||||||
case op of
|
case op of
|
||||||
FCopy (CP1 s) -> do
|
FCopy (CP1 s) -> do
|
||||||
dest <- goUp mcdir
|
dest <- goUp mcdir
|
||||||
print dest
|
|
||||||
print s
|
|
||||||
let cmsg = "Really copy \"" ++ fullPath s
|
let cmsg = "Really copy \"" ++ fullPath s
|
||||||
++ "\"" ++ " to \"" ++ fullPath dest ++ "\"?"
|
++ "\"" ++ " to \"" ++ fullPath dest ++ "\"?"
|
||||||
withConfirmationDialog cmsg . withErrorDialog
|
withConfirmationDialog cmsg . withErrorDialog
|
||||||
|
Loading…
Reference in New Issue
Block a user