Remove update_hw_info thread from log keybind

pull/771/head
FlightlessMango 2 years ago
parent a18cabb152
commit 3184a44b96

@ -26,7 +26,6 @@ void check_keybinds(struct overlay_params& params, uint32_t vendorID){
logger->stop_logging();
} else {
logger->start_logging();
std::thread(update_hw_info, std::ref(params), vendorID).detach();
benchmark.fps_data.clear();
}
}

Loading…
Cancel
Save