Removing unnecessary debug messages etc.

This commit is contained in:
Mikael Nordfeldth
2016-01-21 02:49:34 +01:00
parent 45446f17ad
commit 3f9c1c142a
5 changed files with 0 additions and 5 deletions

View File

@@ -289,7 +289,6 @@ class EventPlugin extends ActivityVerbHandlerPlugin
protected function showEvent(Notice $stored, HTMLOutputter $out, Profile $scoped=null)
{
common_debug('shownotice'.$stored->getID());
$profile = $stored->getProfile();
$event = Happening::fromStored($stored);