Author: hqm
Date: 2007-10-10 05:59:30 -0700 (Wed, 10 Oct 2007)
New Revision: 6782
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/data/LzHTTPDataProvider.lzs
Log:
Change 20071010-hqm-4 by [EMAIL PROTECTED] on 2007-10-10 08:57:32 EDT
in /cygdrive/c/users/hqm/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: remove debugging info that got included by mistake in r6726
New Features:
Bugs Fixed:
Technical Reviewer: hqm
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Debug.info statements are adding noise to the output, should be
conditionalized to some high level
Tests:
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/data/LzHTTPDataProvider.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/data/LzHTTPDataProvider.lzs
2007-10-10 12:31:57 UTC (rev 6781)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/data/LzHTTPDataProvider.lzs
2007-10-10 12:59:30 UTC (rev 6782)
@@ -96,9 +96,6 @@
tloader.setOption('timeout', dreq.timeout);
tloader.setOption('trimwhitespace', dreq.trimwhitespace == true);
tloader.setOption('nsprefix', dreq.nsprefix == true);
- Debug.info("setting option sendheaders to ",dreq.getresponseheaders ==
true);
- Debug.info("dreq.proxied = ", proxied);
- Debug.info(tloader);
tloader.setOption('sendheaders', dreq.getresponseheaders == true);
if ( dreq.clientcacheable != null ){
@@ -258,8 +255,6 @@
dreq.xmldata = content;
dreq.responseheaders = headers;
dreq.rawdata = dreq.loader.getResponse();
-
- Debug.info("loadResponse", this, dreq, data);
dreq.onstatus.sendEvent( dreq );
}
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins