From 5003b935f4d1216412e98d79fd9ff78a98e57495 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 4 Apr 2013 23:23:40 +0200 Subject: [PATCH] remove obsolte report parts Signed-off-by: Nico Schottelius --- changelog | 5 +++++ lib/ctt/report.py | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..5a693fa --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +Changelog +--------- + +0.7: + * Added -f / --format support for reporting diff --git a/lib/ctt/report.py b/lib/ctt/report.py index 1ad0e14..d3ee545 100755 --- a/lib/ctt/report.py +++ b/lib/ctt/report.py @@ -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))