Remove dump on module launch (already dumped on load!)
This commit is contained in:
@@ -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>(
|
||||||
|
|||||||
Reference in New Issue
Block a user