]> git.mxchange.org Git - friendica.git/commitdiff
Remove test code
authorMichael Vogel <icarus@dabo.de>
Mon, 25 Apr 2016 19:39:54 +0000 (21:39 +0200)
committerMichael Vogel <icarus@dabo.de>
Mon, 25 Apr 2016 19:39:54 +0000 (21:39 +0200)
mod/item.php

index 215e3bc958cb720bb31d944db999124097d06735..d0e1ffed508cf10cf177acb5ecbdafbbefa45b77 100644 (file)
@@ -1103,10 +1103,8 @@ function handle_tag($a, &$body, &$inform, &$str_tags, $profile_uid, $tag, $netwo
                                                normalise_link($matches[1]));
                                if ($r)
                                        $data = $r[0];
-                               else {
+                               else
                                        $data = probe_url($matches[1]);
-                                       logger("probe_url ".$matches[1]);
-                               }
 
                                if ($data["alias"] != "") {
                                        $newtag = '@[url='.$data["alias"].']'.$data["name"].'[/url]';