mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[json] Removed println-debugging artifact :D
GitOrigin-RevId: 5452767af9798251f7e06011031f778548ce2ad4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
57413adb5b
commit
caff5c41f1
@@ -38,7 +38,6 @@ internal class JsonSchemaObjectStorage {
|
||||
fun getOrComputeSchemaRootObject(schemaFile: VirtualFile): JsonSchemaObject? {
|
||||
if (isNotLoadedHttpFile(schemaFile)) return null
|
||||
|
||||
println("SIZE: ${parsedSchemaById.size}")
|
||||
return parsedSchemaById[schemaFile.asSchemaId()]
|
||||
.takeIf { it !is MissingJsonSchemaObject }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user