mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-08-18 03:27:03 +02:00
chore: Tighten up logspam and binary size
Remove some old stuff to Make Small Inkay
This commit is contained in:
parent
04d723137b
commit
1a85a45ce3
8 changed files with 26 additions and 45 deletions
|
|
@ -177,7 +177,7 @@ constexpr config_strings get_config_strings(nn::swkbd::LanguageType language) {
|
|||
}
|
||||
|
||||
static void connect_to_network_changed(ConfigItemBoolean* item, bool new_value) {
|
||||
DEBUG_FUNCTION_LINE("connect_to_network changed to: %d", new_value);
|
||||
DEBUG_FUNCTION_LINE_VERBOSE("connect_to_network changed to: %d", new_value);
|
||||
if (new_value != Config::connect_to_network) {
|
||||
Config::need_relaunch = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue