diff --git a/samples/003.html b/samples/003.html index 862f57a..b7de373 100644 --- a/samples/003.html +++ b/samples/003.html @@ -9,14 +9,7 @@ console.warn("This is a warning") console.info("Very important information") console.error("Failed to send your very important data to Google") - - let x = btoa("Hello world") - console.log(x)
There should be 5 logs.
- -File a bug report.