Skip to content

Commit 8b9058f

Browse files
committed
Remove debug logs and update linesweeper
1 parent 24c340d commit 8b9058f

File tree

2 files changed

+22
-25
lines changed

2 files changed

+22
-25
lines changed

Cargo.lock

Lines changed: 22 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node-graph/interpreted-executor/benches/benchmark_util.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ use interpreted_executor::util::wrap_network_in_scope;
1010
pub fn setup_network(name: &str) -> (DynamicExecutor, ProtoNetwork) {
1111
let mut network = load_from_name(name);
1212
let editor_api = std::sync::Arc::new(EditorApi::default());
13-
println!("generating substitutions");
1413
let substitutions = preprocessor::generate_node_substitutions();
15-
println!("expanding network");
1614
preprocessor::expand_network(&mut network, &substitutions);
1715
let network = wrap_network_in_scope(network, editor_api);
1816
let proto_network = compile(network);

0 commit comments

Comments
 (0)