8460: Add simple /status.json
[arvados.git] / services / api / app / helpers / collections_helper.rb
index 020bdbe020f58211b55f6f83478ec34191392bc8..30179854a2ae434d7f20f0a6613b2b1d90ab5e6e 100644 (file)
@@ -1,10 +1,2 @@
 module CollectionsHelper
-  def stripped_portable_data_hash(uuid)
-    m = /([a-f0-9]{32}(\+[0-9]+)?)(\+.*)?/.match(uuid)
-    if m
-      m[1]
-    else
-      nil
-    end
-  end
 end