Skip to content

Commit 1d0389c

Browse files
committed
Don't pre-load code that adds 'peanut teeth' event in Chapter 4
1 parent 97635e6 commit 1d0389c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ a significant negative effect.
799799

800800
Interesting. Let's try something.
801801

802-
```{includeCode: strip_log}
802+
```
803803
for (let entry of JOURNAL) {
804804
if (entry.events.includes("peanuts") &&
805805
!entry.events.includes("brushed teeth")) {

0 commit comments

Comments
 (0)