remove status that is best reflected in VCS

This commit is contained in:
Antoine Beaupré 2015-10-08 16:40:59 -04:00
parent 2d4b735fed
commit b1eafe7833
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ The way to use this is as follows:
logger = create_logger()
* then each module uses logger.info/warning/debug/etc according to the
level it believes is appropriate. a first conversion was done, but
can be revised later on:
level it believes is appropriate:
logger.debug('some intricate details you usually do not care about')
logger.info('verbose progress information')