Browse Source

Minor - remove error_log

Julio Montoya 6 years ago
parent
commit
42d913a9e7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      main/gradebook/lib/be/exerciselink.class.php

+ 0 - 1
main/gradebook/lib/be/exerciselink.class.php

@@ -202,7 +202,6 @@ class ExerciseLink extends AbstractLink
         if ($cacheAvailable) {
             $cacheDriver = new \Doctrine\Common\Cache\ApcuCache();
             if ($cacheDriver->contains($key)) {
-                error_log($key);
                 return $cacheDriver->fetch($key);
             }
         }