mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Errant print statement.
This commit is contained in:
parent
af8a99f1e6
commit
40681f6440
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ def format_story_link_date__long(date, now=None):
|
|||
if not now: now = datetime.datetime.utcnow()
|
||||
diff = now.date() - date.date()
|
||||
parsed_date = DateFormat(date)
|
||||
print diff
|
||||
if diff.days == 0:
|
||||
return 'Today, ' + parsed_date.format('F jS ') + date.strftime('%I:%M%p').lstrip('0').lower()
|
||||
elif diff.days == 1:
|
||||
|
|
Loading…
Add table
Reference in a new issue