remove obsolte report parts

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-04-04 23:23:40 +02:00
parent 951597288b
commit 5003b935f4
2 changed files with 5 additions and 7 deletions

5
changelog Normal file
View File

@ -0,0 +1,5 @@
Changelog
---------
0.7:
* Added -f / --format support for reporting

View File

@ -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))