diff http/url.k @ 14:bc647a5f0421 draft

modify HttpRequest.k
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 29 May 2012 00:22:51 +0900
parents 0335cdd081d0
children
line wrap: on
line diff
--- a/http/url.k	Mon May 28 23:56:15 2012 +0900
+++ b/http/url.k	Tue May 29 00:22:51 2012 +0900
@@ -26,7 +26,6 @@
 			this.uri = "/";
 			this.host = str;
 		} else { 
-			print "ret = " + ret  + this.host;
 			this.host = str.split("/")[0];
 			this.uri = copyString(str, ret);
 		}