From b5daec986cf9f10c953af6e0fb1bdda91a41b0a5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 26 Aug 2005 05:36:42 +0100 Subject: mark currently selected post on headlines update, remove debug msg on content hash change --- functions.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 0de0e4056..e769e79ea 100644 --- a/functions.php +++ b/functions.php @@ -214,9 +214,6 @@ if (UPDATE_POST_ON_CHECKSUM_CHANGE && $orig_content_hash != $content_hash) { - - print "$orig_content_hash : $content_hash"; - $last_read_qpart = 'last_read = null,'; } -- cgit v1.2.3-54-g00ecf