Skip to content

Commit

Permalink
chore: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Dec 1, 2024
1 parent 5e5b6f4 commit f0af840
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/case.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ where
"--deny-ffi=*",
source_file_path.as_str(),
];
// let deno_args = vec![source_file_path.as_str()];
let args = match language {
Language::Python => Some(&py_args),
Language::NodeJs => Some(&deno_args),
Expand Down

0 comments on commit f0af840

Please sign in to comment.