Skip to content

Commit b7dcb11

Browse files
author
Hampus Persson
authored
remove console.log
1 parent aa81001 commit b7dcb11

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib/util/stringToTokens.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ export function stringToTokens(source, markdownIt) {
66
console.warn(err);
77
}
88

9-
console.log('result', result);
10-
119
return result;
12-
}
10+
}

0 commit comments

Comments
 (0)