Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop
progress_cb
from generating spurious warnings (#243)
`progress_cb` is used to give progress updates on pushes and pulls. There is no reason for it to pollute the logs by logging its updates as warnings. Changed these to plain print statements.
- Loading branch information