[Laszlo-checkins] r6782 - openlaszlo/trunk/WEB-INF/lps/lfc/data

hqm@openlaszlo.org hqm at openlaszlo.org
Wed Oct 10 05:59:37 PDT 2007


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 hqm at IBM-2E06404CB67 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 );
 
     }



More information about the Laszlo-checkins mailing list