remove debugging

This commit is contained in:
friendica 2014-01-21 23:12:03 -08:00
parent 3b375a3d3f
commit 3f49114a05

View File

@ -28,7 +28,6 @@ function channel_init(&$a) {
$profile = 0; $profile = 0;
$channel = $a->get_channel(); $channel = $a->get_channel();
logger('channel: ' . $channel['channel_name']);
if((local_user()) && (argc() > 2) && (argv(2) === 'view')) { if((local_user()) && (argc() > 2) && (argv(2) === 'view')) {
$which = $channel['channel_address']; $which = $channel['channel_address'];