Skip to content

Commit c3c4cfd

Browse files
committed
remove console logging
1 parent fae49dd commit c3c4cfd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elderjs/elderjs",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"main": "./build/index.js",
55
"types": "./build/index.d.ts",
66
"engineStrict": true,

src/utils/prepareShortcodeParser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ function prepareShortcodeParser({
2828

2929
shortcodeParser.add(shortcode.shortcode, async (props, content) => {
3030
perf.start(shortcode.shortcode);
31-
console.log('hit', shortcode, perf);
3231

3332
const shortcodeResponse = await shortcode.run({
3433
perf,

0 commit comments

Comments
 (0)