Skip to content

Commit a06abcb

Browse files
committed
Drop debugging crap
1 parent 96afac6 commit a06abcb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/logging/k8s_events.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ fn error_to_event<E: ReconcilerError>(err: &E) -> Event {
2828
}
2929
}
3030
};
31-
dbg!(full_msg.len());
3231
message::truncate_with_ellipsis(&mut full_msg, 1024);
33-
dbg!(full_msg.len());
34-
assert!(full_msg.len() <= 1024);
3532
Event {
3633
type_: EventType::Warning,
3734
reason: err.category().to_string(),

0 commit comments

Comments
 (0)