remove debugging
This commit is contained in:
parent
c06f450e7d
commit
ebdab38a32
|
@ -120,7 +120,7 @@ function playground_text(playground) {
|
|||
code: text,
|
||||
edition: edition
|
||||
};
|
||||
alert(params.edition);
|
||||
|
||||
if (text.indexOf("#![feature") !== -1) {
|
||||
params.version = "nightly";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue