mirror of
https://github.com/justinian/lexx.git
synced 2025-12-09 16:14:32 -08:00
Remove 'Using language:' debug print
This commit is contained in:
1
lexx.ts
1
lexx.ts
@@ -17,7 +17,6 @@ let language = "test.lang";
|
|||||||
if (positionals.length > 0)
|
if (positionals.length > 0)
|
||||||
language = positionals[0];
|
language = positionals[0];
|
||||||
|
|
||||||
console.log(`Using language: ${language}`);
|
|
||||||
const def = await Bun.file(language).text();
|
const def = await Bun.file(language).text();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user