mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-18 13:26:37 +00:00
removed debug code
This commit is contained in:
@@ -39,7 +39,6 @@ class Twig_Autoloader
|
||||
*/
|
||||
public static function autoload($class)
|
||||
{
|
||||
error_log($class);
|
||||
if (0 !== strpos($class, 'Twig')) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user