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']),