Adjusted debug logging
This commit is contained in:
parent
b0aa7b0218
commit
6e43340acb
1 changed files with 0 additions and 2 deletions
|
|
@ -90,7 +90,6 @@ def input_text(prompt='Enter text'):
|
||||||
|
|
||||||
def pause(prompt='Press Enter to continue... '):
|
def pause(prompt='Press Enter to continue... '):
|
||||||
"""Simple pause implementation."""
|
"""Simple pause implementation."""
|
||||||
LOG.debug('prompt: %s', prompt)
|
|
||||||
input_text(prompt)
|
input_text(prompt)
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -161,7 +160,6 @@ def strip_colors(string):
|
||||||
|
|
||||||
def sleep(seconds=2):
|
def sleep(seconds=2):
|
||||||
"""Simple wrapper for time.sleep."""
|
"""Simple wrapper for time.sleep."""
|
||||||
LOG.debug('Sleeping for %s seconds', seconds)
|
|
||||||
time.sleep(seconds)
|
time.sleep(seconds)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue