aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Touch.hsc1
1 files changed, 0 insertions, 1 deletions
diff --git a/Touch.hsc b/Touch.hsc
index f85873125..4e1052b94 100644
--- a/Touch.hsc
+++ b/Touch.hsc
@@ -58,7 +58,6 @@ touchBoth file atime mtime follow =
withCString file $ \f -> do
pokeArray ptr [atime, mtime]
r <- c_utimensat at_fdcwd f ptr flags
- putStrLn $ "ret " ++ (show r)
return (r == 0)
where
at_fdcwd = #const AT_FDCWD