mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 18:56:26 +02:00
Remove debug
This commit is contained in:
parent
6fdf2d6061
commit
bbbea5045a
1 changed files with 0 additions and 3 deletions
|
@ -21,8 +21,6 @@ const { spawn } = require('child_process');
|
||||||
if (lines.length >= 2) {
|
if (lines.length >= 2) {
|
||||||
const language = lines[0];
|
const language = lines[0];
|
||||||
|
|
||||||
console.log(language);
|
|
||||||
|
|
||||||
if (language === 'java') {
|
if (language === 'java') {
|
||||||
versions[language] = /\d+/.exec(lines[1])?.[0];
|
versions[language] = /\d+/.exec(lines[1])?.[0];
|
||||||
} else if (language === 'emacs') {
|
} else if (language === 'emacs') {
|
||||||
|
@ -34,7 +32,6 @@ const { spawn } = require('child_process');
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const language of languages) {
|
for (const language of languages) {
|
||||||
console.log(language.name, versions[language.name])
|
|
||||||
language.version = versions[language.name];
|
language.version = versions[language.name];
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue