Commented out this, too.
authorRoland Haeder <roland@mxchange.org>
Mon, 24 Aug 2015 20:46:11 +0000 (22:46 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 24 Aug 2015 20:46:11 +0000 (22:46 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/database/backend/class_CachedLocalFileDatabase.php

index 935cf27fe1a53ea87c033e8bd3ec4a9f67508bfe..825a70e416eeab30e01c38ec50b4a417ba6b83e1 100644 (file)
@@ -652,7 +652,7 @@ class CachedLocalFileDatabase extends BaseDatabaseBackend implements DatabaseBac
                                } // END - if
 
                                // Count this row up
-                               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DATABASE: dataFile=' . $dataFile . ',getFileExtension()=' . $this->getFileExtension() . ' - COUNTED!');
+                               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('DATABASE: dataFile=' . $dataFile . ',getFileExtension()=' . $this->getFileExtension() . ' - COUNTED!');
                                $count++;
                        } // END - while
                } catch (FrameworkException $e) {