From 6cef9e5a7efc12e0686188b91da6a12595c92a80 Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 19 Jun 2019 16:16:10 +0200 Subject: Removed old debugline. --- src/spawn.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/spawn.cpp') 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(length)) <<">"; success = ::CreateProcessHooked(nullptr, commandLine, nullptr, nullptr, // no special process or thread attributes -- cgit v1.3.1