diff options
author | friendica <info@friendica.com> | 2012-03-30 23:18:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-30 23:18:46 -0700 |
commit | 8c928e67ba9f122343f53400cf0f4dae8104ffd7 (patch) | |
tree | a1329a52429aadf823da3d1a5199f29cda5da331 /include/text.php | |
parent | aace55df0ad279d74c5e612078c3f29d114389dc (diff) | |
download | volse-hubzilla-8c928e67ba9f122343f53400cf0f4dae8104ffd7.tar.gz volse-hubzilla-8c928e67ba9f122343f53400cf0f4dae8104ffd7.tar.bz2 volse-hubzilla-8c928e67ba9f122343f53400cf0f4dae8104ffd7.zip |
warning cleanup
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index 0b825cc39..f758c37ee 100644 --- a/include/text.php +++ b/include/text.php @@ -205,7 +205,6 @@ function hex2bin($s) { return ''; if(! ctype_xdigit($s)) { - logger('hex2bin: illegal input: ' . print_r(debug_backtrace(), true)); return($s); } |