Skip to content

Commit e4978be

Browse files
committed
chore: remove a console.log()
1 parent 8a4383a commit e4978be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/transform.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ async function doTransformsOnMarkdown(
133133
matchAsThePluginWouldExpectIt
134134
);
135135
} else if (mod.replacementPattern) {
136-
console.log(`mod.replacementPattern.replace("$1", ${match[2]}`);
137136
replacement = mod.replacementPattern.replace("$1", match[2]);
138137
}
139138
if (replacement !== undefined) {

0 commit comments

Comments
 (0)