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/11/30 02:04:39 UTC

svn commit: r480805 - /incubator/xap/trunk/WebContent/XapConfig.js

Author: jmargaris
Date: Wed Nov 29 18:04:38 2006
New Revision: 480805

URL: http://svn.apache.org/viewvc?view=rev&rev=480805
Log:
logging false

Modified:
    incubator/xap/trunk/WebContent/XapConfig.js

Modified: incubator/xap/trunk/WebContent/XapConfig.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/XapConfig.js?view=diff&rev=480805&r1=480804&r2=480805
==============================================================================
--- incubator/xap/trunk/WebContent/XapConfig.js (original)
+++ incubator/xap/trunk/WebContent/XapConfig.js Wed Nov 29 18:04:38 2006
@@ -90,5 +90,5 @@
      *
      * Accepted Values: can be null, undefined, or true / false.
 	 */
-	logging: true
+	logging: false
 }