remove debug code in homebrew menu

This commit is contained in:
ITotalJustice
2025-01-01 17:38:07 +00:00
parent cdebcad4fe
commit 1614c8e2e4

View File

@@ -268,7 +268,7 @@ void Menu::SetIndex(std::size_t index) {
// log_write("name: %s hbini.ts: %lu file.ts: %lu smaller: %s\n", e.GetName(), e.hbini.timestamp, e.timestamp.modified, e.hbini.timestamp < e.timestamp.modified ? "true" : "false"); // log_write("name: %s hbini.ts: %lu file.ts: %lu smaller: %s\n", e.GetName(), e.hbini.timestamp, e.timestamp.modified, e.hbini.timestamp < e.timestamp.modified ? "true" : "false");
SetTitleSubHeading(m_entries[m_index].path); SetTitleSubHeading(m_entries[m_index].path);
this->SetSubHeading(std::to_string(m_index + 1) + " / " + std::to_string(m_entries.size()) + " " + std::to_string(m_start)); this->SetSubHeading(std::to_string(m_index + 1) + " / " + std::to_string(m_entries.size()));
} }
void Menu::InstallHomebrew() { void Menu::InstallHomebrew() {