[Zmx-cvs-commit] zmx ZMX_XML.as,1.42,1.43
Brought to you by:
sspickle
|
From: Steve S. <ssp...@us...> - 2005-03-20 02:17:34
|
Update of /cvsroot/zmx/zmx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16359 Modified Files: ZMX_XML.as Log Message: take out some debugging traces.. Index: ZMX_XML.as =================================================================== RCS file: /cvsroot/zmx/zmx/ZMX_XML.as,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** ZMX_XML.as 20 Mar 2005 02:04:35 -0000 1.42 --- ZMX_XML.as 20 Mar 2005 02:17:25 -0000 1.43 *************** *** 185,193 **** p.checkPingSuccess = function() { ! trace("checking ping success.."); if (this.networkAvailable && !this.gotXMLSinceLastPing) { this.networkAvailable = false; this.proxy.networkAvailableStatus( this.networkAvailable) ! trace("network no longer available.. "); } else if (!this.networkAvailable) { --- 185,193 ---- p.checkPingSuccess = function() { ! //trace("checking ping success.."); if (this.networkAvailable && !this.gotXMLSinceLastPing) { this.networkAvailable = false; this.proxy.networkAvailableStatus( this.networkAvailable) ! //trace("network no longer available.. "); } else if (!this.networkAvailable) { |