Remove comment. See issue 17.

This commit is contained in:
Andy Stewart 2010-09-03 10:08:08 +01:00
parent 636945b718
commit c71ef98895
1 changed files with 0 additions and 2 deletions

View File

@ -51,8 +51,6 @@ module PaperTrail
private
# Thread-safe hash to hold PaperTrail's data.
#
# TODO: is this a memory leak?
def self.paper_trail_store
Thread.current[:paper_trail] ||= {}
end