diff options
-rw-r--r-- | xbmc/osx/XBMCHelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/osx/XBMCHelper.cpp b/xbmc/osx/XBMCHelper.cpp index 52a3c436d7..7c0dde3a63 100644 --- a/xbmc/osx/XBMCHelper.cpp +++ b/xbmc/osx/XBMCHelper.cpp @@ -94,7 +94,7 @@ void XBMCHelper::Start() int pid = GetProcessPid(XBMC_HELPER_PROGRAM); if (pid == -1) { - printf("Asking helper to start.\n"); + //printf("Asking helper to start.\n"); // use -x to have XBMCHelper read its configure file std::string cmd = "\"" + m_helperFile + "\" -x &"; system(cmd.c_str()); |