Use logger warn instead of `TODO()`

pull/361/head
Jakub Chrzanowski 1 year ago committed by Jakub Chrzanowski
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…
Cancel
Save