mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Revert "Logging of disabled python module."
This reverts commit 532d5f8b69.
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user