Browse Source

left over from method rename

AD7six 12 years ago
parent
commit
e49d52f121
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/Log/Engine/FileLog.php

+ 0 - 2
src/Log/Engine/FileLog.php

@@ -99,8 +99,6 @@ class FileLog extends BaseLog {
 				$this->_size = CakeNumber::fromReadableSize($this->_config['size']);
 			}
 		}
-
-		return $return;
 	}
 
 /**