Remove dump on module launch (already dumped on load!)
This commit is contained in:
parent
39d6e9a20f
commit
ff72a25260
|
@ -211,7 +211,6 @@ X_STATUS XUserModule::GetOptHeader(uint8_t* membase, const xex2_header* header,
|
||||||
|
|
||||||
X_STATUS XUserModule::Launch(uint32_t flags) {
|
X_STATUS XUserModule::Launch(uint32_t flags) {
|
||||||
XELOGI("Launching module...");
|
XELOGI("Launching module...");
|
||||||
Dump();
|
|
||||||
|
|
||||||
// Create a thread to run in.
|
// Create a thread to run in.
|
||||||
auto thread = object_ref<XThread>(
|
auto thread = object_ref<XThread>(
|
||||||
|
|
Loading…
Reference in New Issue