Removed a debug message

This commit is contained in:
River 2023-01-05 00:19:19 -05:00
parent 53f498eb24
commit d0f5699084

View File

@ -112,7 +112,6 @@ impl InformationStruct {
Err(_) => None,
};
if gpu == Some(String::from("")) {
println!("GPU: {}", gpu.unwrap());
None
} else {
gpu