godotengine / godot-git-plugin

Git implementation of the VCS interface in Godot
MIT License
656 stars 64 forks source link

Stop `progress_cb` from generating spurious warnings #243

Closed TV4Fun closed 1 week ago

TV4Fun commented 2 weeks 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: