Skip to content

Commit

Permalink
Fix debug-statements which were accidentally left in
Browse files Browse the repository at this point in the history
  • Loading branch information
avl committed Apr 14, 2024
1 parent d227e48 commit 158dd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion savefile-derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ pub fn savefile_abi_exportable(
};

// For debugging, uncomment to write expanded procmacro to file
std::fs::write(format!("/home/anders/savefile/savefile-min-build/src/{}.rs",trait_name_str),expanded.to_string()).unwrap();
//std::fs::write(format!("/home/anders/savefile/savefile-min-build/src/{}.rs",trait_name_str),expanded.to_string()).unwrap();

expanded.into()
}
Expand Down

0 comments on commit 158dd61

Please sign in to comment.