# HG changeset patch # User Nobuyasu Oshiro # Date 1338120101 -32400 # Node ID f78fb53ef7b69157c907f33f54dd9850e34a9c5a # Parent 108812b08e753d2d63c0a836839704efb4670246 modify url.k diff -r 108812b08e75 -r f78fb53ef7b6 http/url.k --- a/http/url.k Sun May 20 21:09:03 2012 +0900 +++ b/http/url.k Sun May 27 21:01:41 2012 +0900 @@ -16,9 +16,6 @@ property = {}; this.method = "GET"; } - ~HttpRequest() { - print("destructor"); - } void setUri(String uri) { this.uri = uri;