Skip to content

Commit

Permalink
Removed wayward print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
lethain committed Jun 6, 2008
1 parent b8db327 commit 7c44172
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/views.py
Expand Up @@ -168,7 +168,6 @@ def update(request):
elif key in SLUG_FIELDS:
val = slugify(val)
elif key in DATETIME_FIELDS:
print val
t = time.mktime(time.strptime(val, "%Y-%m-%d %H:%M:%S"))
val = datetime.datetime.fromtimestamp(t)
obj_dict[key] = val
Expand Down

0 comments on commit 7c44172

Please sign in to comment.