Commit aa88bea5a289ca6e7e7c1e6cf555f5cd655ff0df

Authored by nbm
1 parent 7c7836a8

Turn off copious logging


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3044 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 2 additions and 2 deletions
lib/database/dbcompat.inc
... ... @@ -30,9 +30,9 @@ class DBCompat {
30 30  
31 31 function f ($field) {
32 32 global $default;
33   - $default->log->info("Requesting field $field");
  33 + // $default->log->debug("Requesting field $field");
34 34 $value = $this->lastRow[$field];
35   - $default->log->info("Yielding value $value");
  35 + // $default->log->debug("Yielding value $value");
36 36 return $value;
37 37 }
38 38  
... ...