lib/vizsla/recorder.rb in vizsla-0.0.2 vs lib/vizsla/recorder.rb in vizsla-0.0.3

- old
+ new

@@ -36,12 +36,8 @@ def stop_recording LOCK.synchronize do Thread.current[THREAD_LOCAL_KEY] = nil end end - - at_exit do - self.stop_recording - end end end end