Skip to content

Commit

Permalink
Merge pull request #64 from brianteeman/debug
Browse files Browse the repository at this point in the history
Remove commented debug code
  • Loading branch information
laoneo committed Apr 5, 2016
2 parents e8b9e55 + 09f1aec commit e4007f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion administrator/components/com_fields/models/fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ protected function getListQuery ()
$query->order($db->escape($listOrdering) . ' ' . $listDirn);
}

// Echo nl2br(str_replace('#__', 'j_', $query)); //die();
return $query;
}

Expand Down

0 comments on commit e4007f9

Please sign in to comment.