We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb1b0a commit 420dcd5Copy full SHA for 420dcd5
1 file changed
x-pack/plugins/osquery/scripts/schema_formatter/ecs_formatter.ts
@@ -44,7 +44,6 @@ run(
44
const schemaFile = path.join(schemaPath, flags.schema_version as string);
45
const schemaData = await require(schemaFile);
46
47
- console.log({ schemaPath, schemaFile, schemaData });
48
const transformToLowerCase = (obj: Record<string, unknown>) =>
49
Object.fromEntries(Object.entries(obj).map(([key, val]) => [key.toLowerCase(), val]));
50
0 commit comments