From 224495e4a0577fb06c9a39b35d689f2fa519b918 Mon Sep 17 00:00:00 2001 From: Oleg Andreev Date: Wed, 30 Apr 2008 00:28:42 +0400 Subject: [PATCH] removed stale comments --- spec/lib/strokedb/views/view_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/lib/strokedb/views/view_spec.rb b/spec/lib/strokedb/views/view_spec.rb index ef7c02c9..278ea678 100644 --- a/spec/lib/strokedb/views/view_spec.rb +++ b/spec/lib/strokedb/views/view_spec.rb @@ -96,8 +96,6 @@ def view.map(uuid, doc) view.updated = "false" class << view def map(uuid, doc) - # puts "!!!!!!!!" - # puts "#{name}: #{doc.inspect}" self.updated.replace "true" nil # don't index end