Removing useless print_standard()

* No longer needed with the separation of printing and logging
This commit is contained in:
2Shirt 2019-07-17 21:35:27 -06:00
parent 5c817717e7
commit 4cb52a28a6
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -211,12 +211,6 @@ def print_info(msg, **kwargs):
print_colored([msg], ['BLUE'], **kwargs)
def print_standard(msg, **kwargs):
"""Prints message."""
LOG.debug('msg: %s, kwargs: %s', msg, kwargs)
print_colored([msg], [None], **kwargs)
def print_success(msg, **kwargs):
"""Prints message in GREEN."""
LOG.debug('msg: %s, kwargs: %s', msg, kwargs)