diff options
| author | rsiddharth <s@ricketyspace.net> | 2017-03-20 00:51:57 +0000 | 
|---|---|---|
| committer | rsiddharth <s@ricketyspace.net> | 2017-03-20 00:51:57 +0000 | 
| commit | 214625056dc8f7723f5a018c3000c3e01c8be7fa (patch) | |
| tree | d2cf469673d9d06cf1dbb298ce77140b1f3b8fe8 /markdown_link_style | |
| parent | b7831b9c5e2d243ce89eca2f24fcb57df8cc27e4 (diff) | |
markdown_link_style: Update `MDLSLogger`.
* markdown_link_style/logging.py (MDLSLogger.log)
(MDLSLogger.exception): Remove methods.
Diffstat (limited to 'markdown_link_style')
| -rw-r--r-- | markdown_link_style/logging.py | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/markdown_link_style/logging.py b/markdown_link_style/logging.py index 055cd4e..3707cab 100644 --- a/markdown_link_style/logging.py +++ b/markdown_link_style/logging.py @@ -43,8 +43,3 @@ class MDLSLogger(object):      def critical(self, msg, *args, **kwargs):          self.logger.critical(msg, *args, **kwargs) -    def log(self, msg, *args, **kwargs): -        self.logger.log(msg, *args, **kwargs) - -    def exception(self, msg, *args, **kwargs): -        self.logger.exception(msg, *args, **kwargs)
\ No newline at end of file | 
