changeset 799:1f7ff43e4321 v4.1

index: don't print the archive timestamp bounds This was a debug message that was useful when developing the function, but it is pure noise at this point. Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Tue, 26 Apr 2016 10:17:24 -0400
parents 76128b9294ff
children af0eace74bdf
files index.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.c	Mon Apr 25 15:17:20 2016 -0400
+++ b/index.c	Tue Apr 26 10:17:24 2016 -0400
@@ -85,8 +85,6 @@
 		filter_args.start = mktime(&start);
 		filter_args.end   = mktime(&end);
 
-		DBG("%s %u %u", __func__, filter_args.start, filter_args.end);
-
 		nposts = index_get_posts(posts, NULL, false, archive_filter,
 					 &filter_args, page * posts_per_page,
 					 posts_per_page);