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