From f203b56ce78f28e87d05cb8054052afa72f4e830 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 May 2012 23:23:07 +0800 Subject: [PATCH] tests/soup.js --- tests/soup.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}); -- 2.39.2