diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-13 16:13:16 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-13 16:13:16 -0400 |
commit | d2c3cb1c2e08a07c7c03776d1c19617f28ddc0c0 (patch) | |
tree | ac55b291f008f8dccff428b8220e0f86d64f7972 /Remote/Git.hs | |
parent | 7ac44206f2acda5721c88e4f5dd1f09384f9f05e (diff) |
add some debugs to get timings
Note that I had one in Annex.Action.startup too, but it resulted in a weird
message printed by ssh, "channel 2: bad ext data". I don't know why, but
it only happened when transferinfo was run, so I wonder
if 1d71ad072e13c8ed1cb8b34367b57d59e651f0a9 introduced a fragility somehow.
Diffstat (limited to 'Remote/Git.hs')
-rw-r--r-- | Remote/Git.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Remote/Git.hs b/Remote/Git.hs index ad4449b46..0fecf1ed1 100644 --- a/Remote/Git.hs +++ b/Remote/Git.hs @@ -58,7 +58,6 @@ import Control.Concurrent import Control.Concurrent.MSampleVar import qualified Data.Map as M import Network.URI -import System.Log.Logger remote :: RemoteType remote = RemoteType { |