Skip to content

Commit 76c88da

Browse files
committed
remove leftovers
1 parent da557fd commit 76c88da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rust/operator-binary/src/controller.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,9 +1922,7 @@ mod tests {
19221922
assert!(config.contains("protocol.spooling.shared-secret-key=test"));
19231923

19241924
let config = cm.get("spooling-manager.properties").unwrap();
1925-
println!("------");
1926-
println!("{}", config);
1927-
println!("------");
1925+
19281926
assert!(config.contains("fs.location=s3a\\://bucket/cluster/spooling"));
19291927
assert!(config.contains("spooling-manager.name=filesystem"));
19301928
}

0 commit comments

Comments
 (0)