diff options
author | zotlabs <mike@macgirvin.com> | 2017-06-27 22:05:06 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-06-27 22:05:06 -0700 |
commit | 118fed29b5671035d347d8f3aac50d4af39fc5f3 (patch) | |
tree | e610654940620f8ddc22eb359b524ce4793fbbbe /include/channel.php | |
parent | 4c50bfebc293554d9c9a4a8c34b929b03c132d68 (diff) | |
download | volse-hubzilla-118fed29b5671035d347d8f3aac50d4af39fc5f3.tar.gz volse-hubzilla-118fed29b5671035d347d8f3aac50d4af39fc5f3.tar.bz2 volse-hubzilla-118fed29b5671035d347d8f3aac50d4af39fc5f3.zip |
remove logging statement
Diffstat (limited to 'include/channel.php')
-rw-r--r-- | include/channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/channel.php b/include/channel.php index a6b510600..49da57fd6 100644 --- a/include/channel.php +++ b/include/channel.php @@ -1220,7 +1220,7 @@ function profile_sidebar($profile, $block = 0, $show_connect = true, $zcard = fa function gender_icon($gender) { - logger('gender: ' . $gender); +// logger('gender: ' . $gender); // This can easily get throw off if the observer language is different // than the channel owner language. |