diff options
author | Zach Copley <zach@controlyourself.ca> | 2008-12-10 21:42:33 -0500 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2008-12-10 21:42:33 -0500 |
commit | 6d464ec91b06a66cfc989084b8af8acb1317e23d (patch) | |
tree | f01de4958326ab64326462d087e17c80a103716f /lib/stream.php | |
parent | be2efe254eb686c2626e4da1121d75bbea188d65 (diff) |
Remove a bunch of extraneous logging statements
darcs-hash:20081211024233-7b5ce-e4911c049adf067f24821f868a27bdf67c324caf.gz
Diffstat (limited to 'lib/stream.php')
-rw-r--r-- | lib/stream.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/stream.php b/lib/stream.php index 135c59727..7a1a9172e 100644 --- a/lib/stream.php +++ b/lib/stream.php @@ -28,8 +28,6 @@ class StreamAction extends PersonalAction { $action = $this->trimmed('action'); - common_debug("action = $action"); - common_element_start('ul', array('id' => 'nav_views')); common_menu_item(common_local_url('public'), _('Public'), |