* remove debug post all
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 18 Sep 2010 15:08:54 +0000 (17:08 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sat, 18 Sep 2010 15:08:54 +0000 (17:08 +0200)
citadel/modules/rssclient/serv_rssclient.c

index 6d6deb610a3c79d93132d7059e6620a890c33e21..16c496f83af79b0d04f8e9117f31af051ec994d4 100644 (file)
@@ -374,7 +374,7 @@ void rss_save_item(rss_item *ri)
        /* Find out if we've already seen this item */
 
        cdbut = cdb_fetch(CDB_USETABLE, utmsgid, strlen(utmsgid));
-#ifdef DEBUG_RSS/////TODO ifndef
+#ifndef DEBUG_RSS
        if (cdbut != NULL) {
                /* Item has already been seen */
                CtdlLogPrintf(CTDL_DEBUG, "%s has already been seen\n", utmsgid);