From ebdab38a3228bddeb8b2c28116112d681bb91ac6 Mon Sep 17 00:00:00 2001 From: josh rotenberg Date: Sun, 4 Jul 2021 20:25:04 -0700 Subject: [PATCH] remove debugging --- src/theme/book.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/book.js b/src/theme/book.js index 4d395821..83295de9 100644 --- a/src/theme/book.js +++ b/src/theme/book.js @@ -120,7 +120,7 @@ function playground_text(playground) { code: text, edition: edition }; - alert(params.edition); + if (text.indexOf("#![feature") !== -1) { params.version = "nightly"; }