diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-15 02:31:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-15 02:31:47 -0400 |
commit | 199ffa6c36178ac7360ad957feccba188e0dad02 (patch) | |
tree | 640064d9bc3a51a903de350a076a26e3252b7aa7 /Touch.hsc | |
parent | 88ef64e566cac30f552982354642feb993d13823 (diff) |
remove debug
Diffstat (limited to 'Touch.hsc')
-rw-r--r-- | Touch.hsc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |