mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-18 08:11:21 +00:00
fs.mitm: Remove debugging options
This commit is contained in:
parent
aef7d36300
commit
3dc679215b
@ -131,12 +131,12 @@ int main(int argc, char **argv)
|
|||||||
AddMitmServerToManager<FsMitmService>(server_manager, "fsp-srv", 61);
|
AddMitmServerToManager<FsMitmService>(server_manager, "fsp-srv", 61);
|
||||||
|
|
||||||
/* Create set:sys mitm server, delayed until set:sys is available. */
|
/* Create set:sys mitm server, delayed until set:sys is available. */
|
||||||
//if (R_FAILED(threadCreate(&set_mitm_setup_thread, &CreateSettingsMitMServer, server_manager, 0x4000, 0x15, 0))) {
|
if (R_FAILED(threadCreate(&set_mitm_setup_thread, &CreateSettingsMitMServer, server_manager, 0x4000, 0x15, 0))) {
|
||||||
/* TODO: Panic. */
|
/* TODO: Panic. */
|
||||||
//}
|
}
|
||||||
//if (R_FAILED(threadStart(&set_mitm_setup_thread))) {
|
if (R_FAILED(threadStart(&set_mitm_setup_thread))) {
|
||||||
/* TODO: Panic. */
|
/* TODO: Panic. */
|
||||||
//}
|
}
|
||||||
|
|
||||||
/* Loop forever, servicing our services. */
|
/* Loop forever, servicing our services. */
|
||||||
server_manager->Process();
|
server_manager->Process();
|
||||||
|
Loading…
Reference in New Issue
Block a user