0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Remove Console.log and lint

This commit is contained in:
Trevor Buckner
2023-04-04 12:18:57 -04:00
parent 7353e6c7ac
commit 48227eaf71
2 changed files with 1 additions and 2 deletions

View File

@@ -169,7 +169,6 @@ const mustacheInjectBlock = {
const match = inlineRegex.exec(src);
if(match) {
const lastToken = tokens[tokens.length - 1];
console.log(lastToken);
if(!lastToken || lastToken.type == 'mustacheInjectBlock')
return false;

View File

@@ -2,7 +2,7 @@ const _ = require('lodash');
const dedent = require('dedent-tabs').default;
module.exports = {
center :()=>{
center : ()=>{
return dedent`
{{imageMaskCenter${_.random(1, 16)},--offsetX:0%,--offsetY:0%,--rotation:0;
![](https://i.imgur.com/GZfjDWV.png){height:100%}