Skip to content

Commit

Permalink
remove to do as michael explained it
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Jan 2, 2017
1 parent b978260 commit 2d28071
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libraries/joomla/language/language.php
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,6 @@ protected function parse($fileName)
$strings = JLanguageHelper::parseIniFile($fileName, $this->debug);

// Debug the ini file if needed.
// @todo Debugging an ini file should not be coupled with the language object
if ($this->debug === true && file_exists($fileName))
{
$this->debugFile($fileName);
Expand All @@ -825,7 +824,6 @@ protected function parse($fileName)
*
* @since 3.6.3
* @throws InvalidArgumentException
* @todo Debugging an ini file should not be coupled with the language object
*/
public function debugFile($filename)
{
Expand Down

0 comments on commit 2d28071

Please sign in to comment.