forked from trinitrix/core
Fix(event_handlers/ci_output): Remove because not needed anymore
This commit is contained in:
parent
20c751fd7f
commit
a6d176b6e9
|
@ -1,11 +0,0 @@
|
|||
use anyhow::Result;
|
||||
use cli_log::info;
|
||||
|
||||
use crate::app::{events::event_types::EventStatus, App};
|
||||
|
||||
pub async fn handle(app: &mut App<'_>, output: &String) -> Result<EventStatus> {
|
||||
info!("Recieved command output: `{}`", output);
|
||||
app.ui.set_command_output(output);
|
||||
|
||||
Ok(EventStatus::Ok)
|
||||
}
|
Loading…
Reference in New Issue