mirror of
https://github.com/ModOrganizer2/modorganizer.git
synced 2026-07-27 13:58:24 -07:00
Removed old debugline.
This commit is contained in:
@@ -94,7 +94,6 @@ static bool spawn(LPCWSTR binary, LPCWSTR arguments, LPCWSTR currentDirectory,
|
||||
PROCESS_INFORMATION pi;
|
||||
BOOL success = FALSE;
|
||||
if (hooked) {
|
||||
qDebug() << "Creating process hooked: <" << QString::fromWCharArray(commandLine, static_cast<int>(length)) <<">";
|
||||
success = ::CreateProcessHooked(nullptr,
|
||||
commandLine,
|
||||
nullptr, nullptr, // no special process or thread attributes
|
||||
|
||||
Reference in New Issue
Block a user