We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f5944 commit b91656eCopy full SHA for b91656e
1 file changed
ietf/utils/log.py
@@ -6,8 +6,6 @@
6
import ietf
7
from django.conf import settings
8
9
-syslog.openlog("django", syslog.LOG_PID, syslog.LOG_USER)
10
-
11
def getclass(frame):
12
cls = None
13
argnames, varargs, varkw, defaults = inspect.getargvalues(frame)
0 commit comments