remove debugging code
svn: r3794
This commit is contained in:
parent
c937d4aa28
commit
a65717a9dd
|
@ -48,7 +48,6 @@
|
||||||
(with-handlers ([void (lambda (e) (err error-message e))]) expr)]))
|
(with-handlers ([void (lambda (e) (err error-message e))]) expr)]))
|
||||||
;; Get server information, carefully
|
;; Get server information, carefully
|
||||||
(define version-info
|
(define version-info
|
||||||
'((stable "310") (recent "310")) #;
|
|
||||||
(parameterize ([current-input-port
|
(parameterize ([current-input-port
|
||||||
(try (url->port (format "~a?~a" version-url (version)))
|
(try (url->port (format "~a?~a" version-url (version)))
|
||||||
"could not connect to website")])
|
"could not connect to website")])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user