Make Git plugin less verbose.

This commit is contained in:
Martín Lucas Golini
2025-04-07 21:16:20 -03:00
parent 22d08d5016
commit 1d2c258ae7
3 changed files with 3 additions and 11 deletions

View File

@@ -230,7 +230,6 @@ void GitPlugin::load( PluginManager* pluginManager ) {
}
mGit = std::make_unique<Git>( pluginManager->getWorkspaceFolder() );
mGit->setLogLevel( Log::instance()->getLogLevelThreshold() );
mGit->setSilent( mSilent );
mGitFound = !mGit->getGitPath().empty();
mProjectPath = mRepoSelected = mGit->getProjectPath();