Skip to content

Commit

Permalink
comment send message event
Browse files Browse the repository at this point in the history
  • Loading branch information
musonza committed Mar 18, 2016
1 parent af29fcf commit e52b0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eventing/EventDispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function dispatch(array $events)

$this->event->fire($eventName, $event);

$this->log->info("$eventName was fired.");
//$this->log->info("$eventName was fired.");
}
}

Expand Down

0 comments on commit e52b0ee

Please sign in to comment.