remove debug
This commit is contained in:
parent
1eb3fff787
commit
2c365b8b74
1 changed files with 1 additions and 2 deletions
|
@ -51,7 +51,6 @@ transferPollerThread = namedThread "TransferPoller" $ do
|
|||
maybe noop (newsize t info . bytesComplete) mi
|
||||
|
||||
newsize t info sz
|
||||
| bytesComplete info /= sz && isJust sz = do
|
||||
liftIO $ print ("alterTransferInfo called", sz)
|
||||
| bytesComplete info /= sz && isJust sz =
|
||||
alterTransferInfo t $ \i -> i { bytesComplete = sz }
|
||||
| otherwise = noop
|
||||
|
|
Loading…
Reference in a new issue