README.md in tee_logger-2.1.1 vs README.md in tee_logger-2.2.0

- old
+ new

@@ -45,14 +45,10 @@ # console only tl.console.info('console only') # logfile only tl.logger.info('logger only') -``` -## TODO feature - -``` # disable and enable console output tl.disable(:console) tl.info 'this message is logfile only' tl.enable(:console) tl.info 'this message is logfile and console'