From aa1401d8742d4c4c78c87858d1e26fdf5b40e537 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 22 Dec 2015 19:49:47 +0100 Subject: [PATCH] LIB: remove debug print --- src/IO/File.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/IO/File.hs b/src/IO/File.hs index 86a30fd..6348edb 100644 --- a/src/IO/File.hs +++ b/src/IO/File.hs @@ -138,7 +138,6 @@ copyDir cm from@(_ :/ Dir fromn _) let fromp = fullPath from top = fullPath to destdirp = fullPath to fromn - print destdirp throwDestinationInSource fromp destdirp throwSameFile fromp destdirp