Skip to content

Commit

Permalink
Force release (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellflitton authored Nov 29, 2024
1 parent aaf605a commit e0cf6c4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions modules/core/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,6 @@ fn unpack_onnx() -> std::io::Result<()> {
println!("Surrealml Core Debug: Failed to read directory {}: {}", parent.display(), e);
}
}
let debug_dir = parent.parent().unwrap().join("debug");
println!("Surrealml Core Debug: content of directory {}", debug_dir.display());
let enteries = fs::read_dir(debug_dir).unwrap();
for entry in enteries {
if let Ok(entry) = entry {
println!("{}", entry.path().display());
}
}

} else {
println!("Surrealml Core Debug: Could not determine the parent directory of the path.");
}
Expand Down

0 comments on commit e0cf6c4

Please sign in to comment.