We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7521b14 commit a41aac4Copy full SHA for a41aac4
time_tracker_api/time_entries/time_entries_model.py
@@ -111,7 +111,6 @@ def create_sql_ignore_id_condition(id: str):
111
112
@staticmethod
113
def create_sql_date_range_filter(date_range: dict) -> str:
114
- print("data: {}".format(date_range))
115
if 'start_date' and 'end_date' in date_range:
116
return """
117
((c.start_date BETWEEN @start_date AND @end_date) OR
0 commit comments