Skip to content

Commit

Permalink
remove unusefull code
Browse files Browse the repository at this point in the history
  • Loading branch information
huobazi committed Dec 30, 2019
1 parent 503f4a5 commit 12c07f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/carrierwave/storage/qiniu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def init_qiniu_rs_connection

#fix chinese file name, same as encodeURIComponent in js but preserve slash '/'
def path_escape(value)
#CGI.escape(value)#.gsub("%2F", "/")
::URI::DEFAULT_PARSER.escape value
end

Expand Down

0 comments on commit 12c07f1

Please sign in to comment.