diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-06-19 16:16:10 +0200 |
|---|---|---|
| committer | Al <gabriel.cortesi@outlook.com> | 2019-06-19 16:16:10 +0200 |
| commit | 6cef9e5a7efc12e0686188b91da6a12595c92a80 (patch) | |
| tree | 247012d0efe0200b8c59a01f42d50b84f7d73d86 | |
| parent | f74c3419543058e6a97943f421bb74261ae1b10c (diff) | |
Removed old debugline.
| -rw-r--r-- | src/spawn.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/spawn.cpp b/src/spawn.cpp index e1de5c0f..d7d5efc2 100644 --- a/src/spawn.cpp +++ b/src/spawn.cpp @@ -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
|
