You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2006/08/28 22:42:33 UTC

svn commit: r437870 - /incubator/xap/trunk/src/google/misc.js

Author: jmargaris
Date: Mon Aug 28 15:42:32 2006
New Revision: 437870

URL: http://svn.apache.org/viewvc?rev=437870&view=rev
Log:
logging window now off by default

Modified:
    incubator/xap/trunk/src/google/misc.js

Modified: incubator/xap/trunk/src/google/misc.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/google/misc.js?rev=437870&r1=437869&r2=437870&view=diff
==============================================================================
--- incubator/xap/trunk/src/google/misc.js (original)
+++ incubator/xap/trunk/src/google/misc.js Mon Aug 28 15:42:32 2006
@@ -155,7 +155,7 @@
 	
 	// An implementation of the debug log. 
 	
-	google.logging__ = true;
+	google.logging__ = false;
 	
 	google.Log = function() {};