remove obsolte report parts
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
951597288b
commit
5003b935f4
2 changed files with 5 additions and 7 deletions
5
changelog
Normal file
5
changelog
Normal file
|
@ -0,0 +1,5 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
0.7:
|
||||
* Added -f / --format support for reporting
|
|
@ -178,11 +178,4 @@ class Report(object):
|
|||
else:
|
||||
comment = False
|
||||
|
||||
#output_format="{0};{4};{2}"
|
||||
|
||||
print(self.output_format.format(start_datetime, delta, comment, delta_seconds, delta_minutes))
|
||||
|
||||
#if comment:
|
||||
# print("%s (%s): %s" % (start_datetime, delta, comment))
|
||||
#else:
|
||||
# print("%s (%s)" % (start_datetime, delta))
|
||||
|
|
Loading…
Reference in a new issue