r1728 - branches/bxe_2_0/relaxng

[email protected] Mon, 13 Aug 2007 21:10:30 +0200 (CEST)
Newsgroups gmane.editors.bitflux.cvs
Message-ID <[email protected]>
Author: chregu
Date: Mon Aug 13 21:10:30 2007
New Revision: 1728

Log:
remove debug code


Modified:
   branches/bxe_2_0/relaxng/ElementVDOM.js

Modified: branches/bxe_2_0/relaxng/ElementVDOM.js
==============================================================================
--- branches/bxe_2_0/relaxng/ElementVDOM.js	(original)
+++ branches/bxe_2_0/relaxng/ElementVDOM.js	Mon Aug 13 21:10:30 2007
@@ -170,8 +170,7 @@
 		if(! (ctxt.wFValidityCheckLevel & 2) && !ctxt.node.hasRealChildNodes() && !ctxt.node.canHaveText) {
 			var nctxt = new ContextVDOM(this.node, this);
 			nctxt.wFValidityCheckLevel = ctxt.wFValidityCheckLevel;
-			console.log(ctxt.wFValidityCheckLevel);
-		
+			
 			if (nctxt.vdom) {
 				vdomLoop:
 				do {
@@ -182,11 +181,7 @@
 						case "RELAXNG_ONEORMORE":
 							ctxt.setErrorMessage( "One or more Elements in '" + this.bxeName + "' are missing.");
 						break;
-						
-						/*case "RELAXNG_TEXT":
-							errMsg = null;
-							break vdomLoop;
-						*/	
+
 					}
 					nctxt.nextVDOM();
 				} while (nctxt.vdom);
-- 
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs