mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-31 07:32:59 +00:00 
			
		
		
		
	Remove debugging code
This commit is contained in:
		| @@ -143,11 +143,6 @@ SqlTiddlerStore.prototype.createRecipe = function(recipename,bagnames) { | ||||
| 	`,{ | ||||
| 		recipe_name: recipename | ||||
| 	}); | ||||
| 	console.log(this.runStatementGetAll(` | ||||
| 			SELECT * FROM json_each($bag_names) AS bag | ||||
| 	`,{ | ||||
| 		bag_names: JSON.stringify(bagnames) | ||||
| 	})); | ||||
| 	this.runStatement(` | ||||
| 		INSERT INTO recipe_bags (recipe_id, bag_id, position) | ||||
| 		SELECT r.recipe_id, b.bag_id, j.key as position | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeremy Ruston
					Jeremy Ruston