From 4efe775669ab7380426c580adedf4acb2448c256 Mon Sep 17 00:00:00 2001 From: Kelson42 Date: Wed, 21 May 2014 12:09:42 +0200 Subject: [PATCH] + Remove debug messages --- src/launcher/kiwix-launcher.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/launcher/kiwix-launcher.cpp b/src/launcher/kiwix-launcher.cpp index a4ff35b..80261f3 100644 --- a/src/launcher/kiwix-launcher.cpp +++ b/src/launcher/kiwix-launcher.cpp @@ -91,11 +91,13 @@ int main(int argc, char *argv[]) { string applicationIniPath = "\"" + computeAbsolutePath(removeLastPathElement(xulrunnerDirectory, false, false), "application.ini") + "\""; /* Debug prints */ + /* cout << "Executable directory (executableDirectory): " << executableDirectory << endl; cout << "Executable path (executablePath): " << executablePath << endl; cout << "Xulrunner directory (xulrunnerDirectory): " << xulrunnerDirectory << endl; cout << "Xulrunner path (xulrunnerPath): " << xulrunnerPath << endl; cout << "Application.ini path (applicationIniPath): " << applicationIniPath << endl; + */ /* Modify environnement variables */ #ifdef _WIN32