Author: dr
Date: Thu Jan 17 14:10:57 2008
New Revision: 7165

Log:
- Removed debug information

Modified:
    trunk/Base/src/file.php

Modified: trunk/Base/src/file.php
==============================================================================
--- trunk/Base/src/file.php [iso-8859-1] (original)
+++ trunk/Base/src/file.php [iso-8859-1] Thu Jan 17 14:10:57 2008
@@ -136,7 +136,6 @@
                 if ( $ok )
                 {
                     $elements[] = $sourceDir . DIRECTORY_SEPARATOR . $entry;
-                    echo "{$entry} = {$fileInfo['size']}\n";
                     $statistics['count']++;
                     $statistics['size'] += $fileInfo['size'];
                 }


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to