Skip to content

Commit

Permalink
No boolean logic here
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Goldstein committed Nov 16, 2011
1 parent 5c5d90f commit f1bd156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/new_relic/agent/transaction_info.rb
Expand Up @@ -46,7 +46,8 @@ def self.clear
# clears any existing transaction info object and initializes a new one.
# This starts the timer for the transaction.
def self.reset
clear && get
clear
get
end

end
Expand Down

0 comments on commit f1bd156

Please sign in to comment.