class Sprockets::Rails::SourcemappingUrlProcessor

def removed_sourcemap_comment(sourcemap_logical_path, filename:, env:)

def removed_sourcemap_comment(sourcemap_logical_path, filename:, env:)
  env.logger.warn "Removed sourceMappingURL comment for missing asset '#{sourcemap_logical_path}' from #{filename}"
  nil
end