remove debug

This commit is contained in:
Joey Hess 2011-03-15 02:31:47 -04:00
parent 88ef64e566
commit 199ffa6c36

View file

@ -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