Removed a commented out line from ListPage.

This commit is contained in:
Relintai 2020-12-28 23:14:10 +01:00
parent f146a6a7bc
commit 3ff8c5a20b
1 changed files with 0 additions and 2 deletions

View File

@ -75,8 +75,6 @@ void ListPage::load() {
Utils::markdown_to_html(&fd);
list_entries.push_back(fd);
//printf("ListPage: Loaded %s!\n", files[i].c_str());
}
}