Skip to content

Commit f24ed71

Browse files
committed
Removed comment
1 parent 447159b commit f24ed71

File tree

1 file changed

+0
-1
lines changed
  • plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials/sso

1 file changed

+0
-1
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials/sso/DiskCache.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ class DiskCache(
102102
LOG.debug { "loadClientRegistration for $cacheKey" }
103103
val inputStream = clientRegistrationCache(cacheKey).tryInputStreamIfExists()
104104
?: return null
105-
// add log
106105
return loadClientRegistration(inputStream)
107106
}
108107

0 commit comments

Comments
 (0)