Skip to content

Commit 772b243

Browse files
committed
Remove unnecessary debug artifact
Signed-off-by: Michael X. Grey <[email protected]>
1 parent 1de5be5 commit 772b243

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

sdformat/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/target
2-
test_codegen.rs
32
.vscode/

sdformat/build.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,6 @@ fn main() {
350350
contents += &model.code_gen("", &hashmap);
351351
}
352352

353-
// For debug
354-
fs::write("test_codegen.rs", contents.clone()).unwrap();
355-
356353
let out_dir = env::var_os("OUT_DIR").unwrap();
357354
let dest_path = Path::new(&out_dir).join("sdf.rs");
358355
fs::write(dest_path, contents).unwrap();

0 commit comments

Comments
 (0)