diff --git a/Code/Mantid/MantidQt/API/src/RepoModel.cpp b/Code/Mantid/MantidQt/API/src/RepoModel.cpp index 579afe59d5730b69561ec570fb283309b3a2fb87..099a05b64eea603b1dc603defb47f2c54b7e186c 100644 --- a/Code/Mantid/MantidQt/API/src/RepoModel.cpp +++ b/Code/Mantid/MantidQt/API/src/RepoModel.cpp @@ -506,11 +506,6 @@ void RepoModel::setupModelData(RepoItem *parent) repo_ptr = ScriptRepositoryFactory::Instance().create("GitScriptRepository"); QStringList lines; repo_ptr->listFiles(); - try{ - repo_ptr->update(); - }catch (Mantid::API::ScriptRepoException & ex){ - qWarning() << "Updating Failed: " << ex.what() << endl; - } const std::vector<ScriptRepository::file_entry> & entries = repo_ptr->listEntries(); QList<RepoItem*> parents;