0
0
Fork 0

remove debug output

This commit is contained in:
Gibheer 2013-10-21 15:58:29 +02:00
parent 3e0a3f20a7
commit 36a9b22a09
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ module Zero
@port = environment[KEY_SERVER_PORT].to_i
@protocol = environment[KEY_SERVER_PROTOCOL]
@software = environment[KEY_SERVER_SOFTWARE]
p environment[KEY_HTTPS]
if KEY_HTTPS_ON_SWITCH.include?(environment[KEY_HTTPS])
@is_https = true
else