Browse Source

Removed logline

Yann Weber 4 years ago
parent
commit
b21c478d8f
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/pyworker.c

+ 0
- 1
src/pyworker.c View File

@@ -56,7 +56,6 @@ int work333(int wrk_id)
56 56
 	pyfcgi_log(LOG_DEBUG, "Python started");
57 57
 	//importing os
58 58
 	py_osmod = python_osmod();
59
-	pyfcgi_log(LOG_DEBUG, "Python OSMOD");
60 59
 	//importing libpyfcgi
61 60
 	if(!pyinit_libpyfcgi())
62 61
 	{

Loading…
Cancel
Save