mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
remove forgotten print statement
This commit is contained in:
parent
140d0d6dcf
commit
ea83800de6
1 changed files with 0 additions and 1 deletions
1
jrnl.py
1
jrnl.py
|
@ -202,7 +202,6 @@ 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