From: Alan Knowles Date: Wed, 23 May 2012 15:23:07 +0000 (+0800) Subject: tests/soup.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=f203b56ce78f28e87d05cb8054052afa72f4e830 tests/soup.js --- diff --git a/tests/soup.js b/tests/soup.js index ebfb3cb4..d9baaa70 100644 --- a/tests/soup.js +++ b/tests/soup.js @@ -25,8 +25,7 @@ netrc.split("\n").forEach(function(nl) { authdata[line.machine] = line; }); -print(JSON.stringify(lines)); - + // Soup.URI is a struct. var uri = new Soup.URI.c_new("http://www.roojs.com/admin.php/Roo/person"); var msg = new Soup.Message({method:"GET", uri:uri});