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