commit 4c7b3e108f8b68665a1c8393e2b4fcc9d2fe6a1d parent ec5e22a9fceb5ff84d8cf070c693d657b14603a7 Author: Brian C. Lane <bcl@brianlane.com> Date: Mon, 14 Nov 2011 21:42:08 -0800 Remove printing raw XML Diffstat:
M | HMS/source/urlUtils.brs | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/HMS/source/urlUtils.brs b/HMS/source/urlUtils.brs @@ -244,8 +244,8 @@ Function getHTMLWithTimeout(url As String, seconds As Integer) as Object endif endif - print "HTTP result: " - print result +' print "HTTP result: " +' print result return result End Function