We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d79cf commit d2e4d44Copy full SHA for d2e4d44
src/main/kotlin/com/github/monosoul/git/updateindex/extended/support/PresentationUpdater.kt
@@ -16,10 +16,10 @@ class PresentationUpdater(private val project: Project) {
16
17
presentation.apply {
18
if (vcsManager == null) {
19
- logger.info("No VCS manager available. Hiding the plugin menus.")
+ logger.debug("No VCS manager available. Hiding the plugin menus.")
20
isEnabledAndVisible = false
21
} else {
22
- logger.info("VCS manager is available. Showing the plugin menus.")
+ logger.debug("VCS manager is available. Showing the plugin menus.")
23
isVisible = true
24
isEnabled = !vcsManager.isBackgroundVcsOperationRunning
25
}
0 commit comments