removed test print

pull/3/head
Paul Kelly III 2021-12-03 02:14:43 -05:00
parent 2745002f0c
commit eb69148f2e
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ let parseListItem = function (listItem) {
let rightParen = i.value.indexOf(")", leftParen);
if (rightParen === -1) {
// there must be some *emphasis* found
if (entry.title === "Exploring CQRS and Event Sourcing") console.log("poop")
s += i.value.slice(leftParen);
} else {
entry.notes.push(i.value.slice(leftParen + 1, rightParen));