Revert "Logging of disabled python module."

This reverts commit 532d5f8b69.
This commit is contained in:
stele
2020-07-16 18:14:34 +02:00
parent c4945d3f32
commit 5211e08239

View File

@@ -198,10 +198,8 @@ auto python_taskqueue::init() -> bool {
// release the lock, save the state for future use
m_mainthread = PyEval_SaveThread();
if( Global.python_enabled == true )
WriteLog( "Python Interpreter: setup complete" );
else
WriteLog( "Python module disabled" );
WriteLog( "Python Interpreter: setup complete" );
// init workers
for( auto &worker : m_workers ) {