mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-31 07:32:59 +00:00 
			
		
		
		
	Remove debugging info
This commit is contained in:
		| @@ -43,7 +43,6 @@ exports.parse = function() { | |||||||
| 		// Redo the terminator match | 		// Redo the terminator match | ||||||
| 		reEnd.lastIndex = this.parser.pos; | 		reEnd.lastIndex = this.parser.pos; | ||||||
| 		var match = reEnd.exec(this.parser.source); | 		var match = reEnd.exec(this.parser.source); | ||||||
| console.log("Match",match,reEnd.lastIndex) |  | ||||||
| 		if(match) { | 		if(match) { | ||||||
| 			this.parser.pos = reEnd.lastIndex; | 			this.parser.pos = reEnd.lastIndex; | ||||||
| 			// Add a line break if the terminator was a line break | 			// Add a line break if the terminator was a line break | ||||||
| @@ -52,7 +51,6 @@ console.log("Match",match,reEnd.lastIndex) | |||||||
| 			} | 			} | ||||||
| 		} | 		} | ||||||
| 	} while(match && !match[1]); | 	} while(match && !match[1]); | ||||||
| console.log("Generating",tree) |  | ||||||
| 	// Return the nodes | 	// Return the nodes | ||||||
| 	return tree; | 	return tree; | ||||||
| }; | }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jermolene
					Jermolene