Removed obsolete exception throw.

This commit is contained in:
Oliver Hamlet
2015-01-03 21:58:29 +00:00
parent 0563441b69
commit 1a3c69eccf
-1
View File
@@ -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.");
}
}