Skip to content

Commit

Permalink
Fix log header
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Jan 21, 2024
1 parent a7a5851 commit 03ca8f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nautilus_core/common/src/headers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ pub fn log_header(trader_id: TraderId, machine_id: &str, instance_id: UUID4, com
let package = "nautilus_trader";
header_line(c, &format!("{package}: {}", get_python_package_version(package)));
header_line(c, &format!("python: {}", get_python_version()));
let package = "nautilus_trader";
header_line(c, &format!("{package}: {}", get_python_package_version(package)));
let package = "numpy";
header_line(c, &format!("{package}: {}", get_python_package_version(package)));
let package = "pandas";
Expand Down

0 comments on commit 03ca8f7

Please sign in to comment.