mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
removes unnessecary print command
This commit is contained in:
parent
26be90544e
commit
c7f7e2f287
1 changed files with 1 additions and 0 deletions
1
jrnl.py
1
jrnl.py
|
@ -203,6 +203,7 @@ class Journal:
|
||||||
search_tags = set([tag.lower() for tag in tags])
|
search_tags = set([tag.lower() for tag in tags])
|
||||||
end_date = self.parse_date(end_date)
|
end_date = self.parse_date(end_date)
|
||||||
start_date = self.parse_date(start_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
|
# If strict mode is on, all tags have to be present in entry
|
||||||
tagged = search_tags.issubset if strict else search_tags.intersection
|
tagged = search_tags.issubset if strict else search_tags.intersection
|
||||||
result = [
|
result = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue