diff --git a/src/backend/git.cpp b/src/backend/git.cpp index 3f07fda1..655c1bc8 100644 --- a/src/backend/git.cpp +++ b/src/backend/git.cpp @@ -491,7 +491,6 @@ namespace loot { git.free(); fs::remove_all(repo_path / ".git"); return this->Update(path, repoURL, repoBranch); - //throw error(error::git_error, "Local repository has been edited, an automatic fast-forward merge update is not possible."); } }