summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-15 02:31:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-15 02:31:47 -0400
commit199ffa6c36178ac7360ad957feccba188e0dad02 (patch)
tree640064d9bc3a51a903de350a076a26e3252b7aa7
parent88ef64e566cac30f552982354642feb993d13823 (diff)
remove debug
-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