diff options
author | Jim Carroll <thecarrolls@jiminger.com> | 2011-04-08 13:25:06 -0400 |
---|---|---|
committer | Jim Carroll <thecarrolls@jiminger.com> | 2011-04-08 13:25:06 -0400 |
commit | a9b51bc05e6af2d0f2e0fcbfb13d2bfc5a90bfcb (patch) | |
tree | ade6c28631dc2931566f500158725361cd679f4e | |
parent | b446d3becb5d8c070364666a49fe65896941a805 (diff) |
Removed a log message that no longer applies since the wrappers for python have been removed.
-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 |