Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
134130 committed Dec 26, 2024
1 parent 4de1dcc commit ff0c27c
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import com.intellij.openapi.components.service
import com.intellij.openapi.externalSystem.service.execution.ExternalSystemRunConfiguration
import com.intellij.openapi.options.SettingsEditor
import com.intellij.openapi.project.Project
import com.intellij.openapi.util.Key
import org.jdom.Element
import java.util.concurrent.ConcurrentHashMap

Expand Down Expand Up @@ -102,13 +101,6 @@ class IdeaRunConfigurationExtension : RunConfigurationExtension() {
putAll(envsToRestore)
}
}

override fun startNotified(event: ProcessEvent) {}

override fun onTextAvailable(
event: ProcessEvent,
outputType: Key<*>,
) {}
},
)
}
Expand Down

0 comments on commit ff0c27c

Please sign in to comment.