lib/fog/azurerm/utilities/general.rb in gitlab-fog-azure-rm-1.8.0 vs lib/fog/azurerm/utilities/general.rb in gitlab-fog-azure-rm-1.9.0

- old
+ new

@@ -97,14 +97,9 @@ def get_blob_endpoint_with_domain(storage_account_name, enable_https = false, domain = 'blob.core.windows.net') protocol = enable_https ? 'https' : 'http' "#{protocol}://#{storage_account_name}.#{domain}" end - def current_time - time = Time.now.to_f.to_s - time.split(/\W+/).join - end - # Parse storage blob/container to a hash def parse_storage_object(object) data = {} if object.is_a? Hash object.each do |k, v|