diff --git a/phpgwapi/inc/common_functions.inc.php b/phpgwapi/inc/common_functions.inc.php index c5be0ee671..d56d537d1f 100755 --- a/phpgwapi/inc/common_functions.inc.php +++ b/phpgwapi/inc/common_functions.inc.php @@ -1373,7 +1373,7 @@ function __autoload($class) { if (file_exists($file = EGW_INCLUDE_ROOT.'/'.$app.'/inc/class.'.$class.'.inc.php')) { - error_log("autoloaded class $class from $file"); + //error_log("autoloaded class $class from $file"); include_once($file); } }