Removing useless print_standard()
* No longer needed with the separation of printing and logging
This commit is contained in:
parent
5c817717e7
commit
4cb52a28a6
1 changed files with 0 additions and 6 deletions
|
|
@ -211,12 +211,6 @@ def print_info(msg, **kwargs):
|
||||||
print_colored([msg], ['BLUE'], **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):
|
def print_success(msg, **kwargs):
|
||||||
"""Prints message in GREEN."""
|
"""Prints message in GREEN."""
|
||||||
LOG.debug('msg: %s, kwargs: %s', msg, kwargs)
|
LOG.debug('msg: %s, kwargs: %s', msg, kwargs)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue