mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Remove console.log
This commit is contained in:
@@ -21,8 +21,6 @@ export const defaultFiles: Record<string, string | nil> = {
|
||||
...raw,
|
||||
};
|
||||
|
||||
console.log(Object.entries(defaultFiles));
|
||||
|
||||
function pick<T, K extends keyof T>(obj: T, keys: K[]): Pick<T, K> {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
const result: any = {};
|
||||
|
||||
Reference in New Issue
Block a user