Skip to content

Commit

Permalink
refactor(k8s/log): remove unused mock cfg attr
Browse files Browse the repository at this point in the history
  • Loading branch information
sarub0b0 committed May 30, 2023
1 parent 53650db commit e671560
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/event/kubernetes/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,6 @@ struct FetchLogStream {
impl Worker for FetchLogStream {
type Output = Result<()>;

#[cfg(not(any(feature = "mock", feature = "mock-failed")))]
async fn run(&self) -> Self::Output {
logger!(
info,
Expand Down

0 comments on commit e671560

Please sign in to comment.