Skip to content

Commit

Permalink
[webui] remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Apr 15, 2013
1 parent d17fabd commit f503e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/app/controllers/package_controller.rb
Expand Up @@ -99,7 +99,7 @@ def statistics
@statistics = nil
begin
@statistics = Statistic.find( project: @project, package: @package, repository: @repository, arch: @arch ).to_hash
rescue ActiveXML::Transport::ForbiddenError => e
rescue ActiveXML::Transport::ForbiddenError
end
logger.debug "Statis #{@statistics.inspect}"
unless @statistics
Expand Down

0 comments on commit f503e92

Please sign in to comment.