removed dbg

This commit is contained in:
Anton-4 2022-07-01 17:41:53 +02:00
parent eee85fa45d
commit 59609aa5f2
No known key found for this signature in database
GPG Key ID: C954D6E0F9C0ABFD

View File

@ -178,7 +178,6 @@ mod bindgen_cli_run {
.parent()
.unwrap()
.join("fixture-templates");
dbg!(&fixture_templates_dir);
// Copy the rust template from the templates directory into the fixture dir.
dircpy::CopyBuilder::new(fixture_templates_dir.join("rust"), platform_dir)