Comment debug msg

This commit is contained in:
Alfredo Cardigliano 2024-03-05 18:26:49 +01:00
parent c615274179
commit fb79fc88f5

View file

@ -698,7 +698,7 @@ function system_config:applyChanges()
if is_rebooting then
self:writeSystemFiles()
tprint("Reboot! (debug mode - reboot is disabled)")
-- tprint("Reboot! (debug mode - reboot is disabled)")
sys_utils.rebootSystem()
elseif is_self_restarting then
sys_utils.restartSelf()