From 2f6333c7516220553352889ac4c0527102e91780 Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Sun, 4 Aug 2013 03:11:01 -0400 Subject: [PATCH] remove debug code. again. --- mod/tagger.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/mod/tagger.php b/mod/tagger.php index 3f470a1797..e502353420 100644 --- a/mod/tagger.php +++ b/mod/tagger.php @@ -185,8 +185,6 @@ EOT; intval($r[0]['id']), dbesc($term) ); - echo "
"; var_dump($t); killme();
-		// not really sure about this...
 		if(count($x) && !$x[0]['blocktags'] && $t[0]['tcount']==0){
 			q("INSERT INTO term (oid, otype, type, term, url, uid) VALUE (%d, %d, %d, '%s', '%s', %d)",
 	                   intval($r[0]['id']),