diff options
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 | 
