warning cleanup

This commit is contained in:
friendica 2012-03-30 23:18:46 -07:00
parent aace55df0a
commit 8c928e67ba
2 changed files with 7 additions and 9 deletions

View file

@ -205,7 +205,6 @@ function hex2bin($s) {
return '';
if(! ctype_xdigit($s)) {
logger('hex2bin: illegal input: ' . print_r(debug_backtrace(), true));
return($s);
}