disable auto logging to screen for AJAX-requests

This commit is contained in:
coderkun 2013-10-30 12:17:07 +01:00
commit 5ed06ba5d3
3 changed files with 23 additions and 2 deletions

View file

@ -45,7 +45,7 @@
*
* @var Logger
*/
private $log;
protected $log;