diff options
| author | xibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-08 12:57:50 +0000 |
|---|---|---|
| committer | xibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-08 12:57:50 +0000 |
| commit | 543a0737339ffc3bfd5ad6439eaa63fe5196059d (patch) | |
| tree | c061524f8a97cdfd363d9debb385f2fa94873032 /lib/cgi | |
| parent | d9b75ee087e9e8554e49d99b87dd713a8ef9d360 (diff) | |
| download | ruby-543a0737339ffc3bfd5ad6439eaa63fe5196059d.tar.gz ruby-543a0737339ffc3bfd5ad6439eaa63fe5196059d.tar.xz ruby-543a0737339ffc3bfd5ad6439eaa63fe5196059d.zip | |
* lib/cgi/session.rb: remove debug code.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/cgi')
| -rw-r--r-- | lib/cgi/session.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/cgi/session.rb b/lib/cgi/session.rb index 2dd6d43c7..e6b8917ba 100644 --- a/lib/cgi/session.rb +++ b/lib/cgi/session.rb @@ -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 |
