mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Use logger warn instead of TODO()
This commit is contained in:
parent
f57d76c64c
commit
5bda710503
@ -6,9 +6,6 @@ import com.intellij.openapi.diagnostic.thisLogger
|
|||||||
internal class MyFrameStateListener : FrameStateListener {
|
internal class MyFrameStateListener : FrameStateListener {
|
||||||
|
|
||||||
override fun onFrameActivated() {
|
override fun onFrameActivated() {
|
||||||
thisLogger().info("Frame activated")
|
thisLogger().warn("Don't forget to remove all non-needed sample code files with their corresponding registration entries in `plugin.xml`.")
|
||||||
|
|
||||||
System.getenv("CI")
|
|
||||||
?: TODO("Don't forget to remove all non-needed sample code files with their corresponding registration entries in `plugin.xml`.")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user