godotengine / godot-git-plugin

Git implementation of the VCS interface in Godot
MIT License
717 stars 75 forks source link

Stop `progress_cb` from generating spurious warnings #243

Closed TV4Fun closed 4 months ago

TV4Fun commented 4 months ago

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.

Other fixes: