Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
4ba80ecf
Commit
4ba80ecf
authored
5 years ago
by
Vladimir Krivosheev
Committed by
intellij-monorepo-bot
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
remove debug logging
GitOrigin-RevId: e468fef248eca1cfe5efabae1530ef317aa9efd7
parent
86f2d5bd
Branches unavailable
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/configuration-store-impl/src/ComponentStoreImpl.kt
+0
-5
platform/configuration-store-impl/src/ComponentStoreImpl.kt
with
0 additions
and
5 deletions
+0
-5
platform/configuration-store-impl/src/ComponentStoreImpl.kt
+
0
-
5
View file @
4ba80ecf
...
...
@@ -343,11 +343,6 @@ abstract class ComponentStoreImpl : IComponentStore {
private
fun
doAddComponent
(
name
:
String
,
component
:
Any
,
stateSpec
:
State
?,
serviceDescriptor
:
ServiceDescriptor
?):
ComponentInfo
{
val
newInfo
=
createComponentInfo
(
component
,
stateSpec
,
serviceDescriptor
)
val
existing
=
components
.
put
(
name
,
newInfo
)
if
(
name
==
"GradleSettings"
)
{
LOG
.
info
(
"hi"
)
}
if
(
existing
!=
null
&&
existing
.
component
!==
component
)
{
components
.
put
(
name
,
existing
)
LOG
.
error
(
"Conflicting component name '$name': ${existing.component.javaClass} and ${component.javaClass} (componentManager=${storageManager.componentManager})"
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help