diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-06-05 18:47:55 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-06-05 18:47:55 -0300 |
commit | 20a40e1eb81dfb557dc9c3d12c7dc0017c22e563 (patch) | |
tree | 8f26d7b6a71c9a31869a73017d70e770153c4a12 /src/leap/bitmask/util/__init__.py | |
parent | d8bdb44fcb5d3fa7fe74364f17029295cb77f24e (diff) | |
parent | 2e0062555fd0a092e0f9f25ac46d189b44805108 (diff) |
Merge remote-tracking branch 'refs/remotes/ivan/feature/reorder-logger-tools' into develop
Diffstat (limited to 'src/leap/bitmask/util/__init__.py')
-rw-r--r-- | src/leap/bitmask/util/__init__.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/leap/bitmask/util/__init__.py b/src/leap/bitmask/util/__init__.py index 2b2cd874..c35be99e 100644 --- a/src/leap/bitmask/util/__init__.py +++ b/src/leap/bitmask/util/__init__.py @@ -28,11 +28,6 @@ from leap.common.config import get_path_prefix as common_get_path_prefix # We'll give your money back if it does not alleviate the eye strain, at least. -# levelname length == 8, since 'CRITICAL' is the longest -LOG_FORMAT = ('%(asctime)s - %(levelname)-8s - ' - 'L#%(lineno)-4s : %(name)s:%(funcName)s() - %(message)s') - - def first(things): """ Return the head of a collection. |