We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aeb624 commit 82b8feeCopy full SHA for 82b8fee
src/ruis/gui.cpp
@@ -67,12 +67,10 @@ void gui::init_standard_widgets(papki::file& fi)
67
bool mounted = false;
68
for (const auto& s : paths) {
69
try {
70
- // TRACE(<< "s = " << s << std::endl)
71
fi.set_path(s);
72
- // TRACE(<< "fi.path() = " << fi.path() << std::endl)
73
this->context.get().loader().mount_res_pack(fi);
74
} catch (std::runtime_error&) {
75
- // TRACE(<< "could not mount " << s << std::endl)
+ // utki::logcat_debug("could not mount respack: ", s, '\n');
76
continue;
77
}
78
0 commit comments