removes unnessecary print command

This commit is contained in:
Manuel Ebert 2012-04-17 12:52:21 +02:00
parent 26be90544e
commit c7f7e2f287

View file

@ -203,6 +203,7 @@ class Journal:
search_tags = set([tag.lower() for tag in tags])
end_date = self.parse_date(end_date)
start_date = self.parse_date(start_date)
print start_date, end_date
# If strict mode is on, all tags have to be present in entry
tagged = search_tags.issubset if strict else search_tags.intersection
result = [