Navigation Menu

Skip to content

Commit

Permalink
Remove puts javascript code on install
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio committed Jun 16, 2009
1 parent c2acab5 commit 8199a02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install.rb
Expand Up @@ -30,11 +30,10 @@ class ErrCounter # using errcount.com
def self.increment
@http = Net::HTTP.new("errcount.com")
resp, data = @http.get2("/ctr/#{@@ACCOUNT_ID}.js", {'Referer' => @@SITE_DOMAIN})
puts resp.body
end
end

begin
ErrCounter.increment
rescue
end
end

0 comments on commit 8199a02

Please sign in to comment.