0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Remove testing helper

This commit is contained in:
David Bolack
2024-11-03 12:41:04 -06:00
parent 7f7f3557b3
commit f4e9516233

View File

@@ -82,9 +82,6 @@ const splitTextStyleAndMetadata = (brew)=>{
brew.style = brew.text.slice(7, index - 1);
brew.text = brew.text.slice(index + 5);
}
if(!brew?.snippets) {
brew.snippets = `\\snippet Example\nI am an example user snippet\n`;
}
};
const printCurrentBrew = ()=>{