* lib/cgi/session.rb: remove debug code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b4890b598b
commit
274c3b94bf
@ -1,3 +1,7 @@
|
||||
Sat Nov 8 21:57:03 2008 Takeyuki FUJIOKA <xibbar@ruby-lang.org>
|
||||
|
||||
* lib/cgi/session.rb: remove debug code.
|
||||
|
||||
Sat Nov 8 21:33:53 2008 Takeyuki FUJIOKA <xibbar@ruby-lang.org>
|
||||
|
||||
* lib/cgi/session.rb: fix indentation.
|
||||
|
@ -381,8 +381,6 @@ class CGI
|
||||
require 'digest/md5'
|
||||
md5 = Digest::MD5.hexdigest(id)[0,16]
|
||||
@path = dir+"/"+prefix+md5+suffix
|
||||
p @path
|
||||
p id
|
||||
if File::exist? @path
|
||||
@hash = nil
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user