]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/changeset.rb
Removed debugging code.
[rails.git] / app / models / changeset.rb
index 070314e7f0213b9d23be5864d1287526f26c6375..446ca351de81cd4d574722630cc4785284ffd30f 100644 (file)
@@ -40,13 +40,16 @@ class Changeset < ActiveRecord::Base
         end
       end
     rescue Exception => ex
-    print "noes "+ ex.to_s + "\n"
       cs = nil
     end
 
     return cs
   end
 
+  def tags_as_hash
+    return tags
+  end
+
   def tags
     unless @tags
       @tags = {}