Skip to content

Commit

Permalink
Commented out logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Walker Hamilton committed Jul 27, 2009
1 parent 8b2ae71 commit 6467488
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/expressionengine/third_party/helmsman/mod.helmsman.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ function get_navigation_iterator($query)
{
$navigation = array();

error_log(var_export($query, true));

foreach($query->result_array() as $nav_item) {
$navigation[$nav_item['helmsman_id']] = array(
"title" => $nav_item['title'],
Expand Down

0 comments on commit 6467488

Please sign in to comment.