Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <[email protected]>
  • Loading branch information
stdrc committed May 9, 2024
1 parent 5da39cc commit ac33d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/src/from_proto/source/trad_source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ impl ExecutorBuilder for SourceExecutorBuilder {
}
};

if crate::consistency::insane() {
if false && crate::consistency::insane() {
let mut info = params.info.clone();
info.identity = format!("{} (troubled)", info.identity);
Ok((
Expand Down

0 comments on commit ac33d49

Please sign in to comment.