From 7784492234a79c5351bcc036395908b3164c428c Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 18 Feb 2011 19:41:43 +0600 Subject: [PATCH] Don't force --foreground when compiled with --enable-debug --- main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.cpp b/main.cpp index 17b0a2cf..db4676f7 100644 --- a/main.cpp +++ b/main.cpp @@ -108,9 +108,6 @@ int main(int argc, char** argv) { bool bMakePass = false; bool bAllowRoot = false; bool bForeground = false; -#ifdef _DEBUG - bForeground = true; -#endif #ifdef HAVE_LIBSSL bool bMakePem = false;