Skip to content

Commit

Permalink
Remove a debugging statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Almdal committed Jun 14, 2010
1 parent 5decb3b commit 821d3f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/organize/controllers/organize.php
Expand Up @@ -45,7 +45,6 @@ function dialog($album_id) {

$user = identity::active_user();
$v->access_key = rest::get_access_key($user->id)->access_key;
Kohana_Log::add("error", $v->__toString());
print $v;
}

Expand Down

0 comments on commit 821d3f7

Please sign in to comment.