diff options
-rw-r--r-- | xbmc/interfaces/python/XBPython.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xbmc/interfaces/python/XBPython.cpp b/xbmc/interfaces/python/XBPython.cpp index d1a491bdd6..4b54ffb42f 100644 --- a/xbmc/interfaces/python/XBPython.cpp +++ b/xbmc/interfaces/python/XBPython.cpp @@ -315,7 +315,6 @@ void XBPython::Initialize() CLog::Log(LOGDEBUG, "PYTHONPATH -> %s", _P("special://frameworks").c_str()); } setenv("PYTHONCASEOK", "1", 1); //This line should really be removed - CLog::Log(LOGDEBUG, "Python wrapper library linked with system Python library"); #elif defined(_WIN32) // because the third party build of python is compiled with vs2008 we need // a hack to set the PYTHONPATH |