mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Cloud storage: don't print confusing warning
This is no longer correct and is actively misleading. We now correctly sync with the remote. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3d62f89bce
commit
b413fabce7
1 changed files with 0 additions and 2 deletions
|
@ -144,8 +144,6 @@ static int update_remote(git_repository *repo, git_remote *origin, git_reference
|
|||
if (git_remote_push(origin, &refspec, &opts))
|
||||
return report_error("Unable to update remote with current local cache state (%s)", giterr_last()->message);
|
||||
|
||||
// Not actually an error, just informational
|
||||
report_error("Local cache more recent than remote");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue