remove debugging

This commit is contained in:
josh rotenberg 2021-07-04 20:25:04 -07:00
parent c06f450e7d
commit ebdab38a32
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ function playground_text(playground) {
code: text,
edition: edition
};
alert(params.edition);
if (text.indexOf("#![feature") !== -1) {
params.version = "nightly";
}