Skip to content

Commit

Permalink
fix: stupid dbg statements
Browse files Browse the repository at this point in the history
  • Loading branch information
technobaboo committed Jun 7, 2024
1 parent b590e82 commit 45b8324
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nodes/input/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ pub fn process_input() {
.get(input_link.method.as_ref())
.unwrap();
method_alias.set_enabled(true);
dbg!(&method_alias.local_methods);
datas.push(input_link.serialize(
method_alias.id,
i as u32,
Expand Down

0 comments on commit 45b8324

Please sign in to comment.