Skip to content

Commit 420dcd5

Browse files
committed
fix
1 parent 7cb1b0a commit 420dcd5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

x-pack/plugins/osquery/scripts/schema_formatter/ecs_formatter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ run(
4444
const schemaFile = path.join(schemaPath, flags.schema_version as string);
4545
const schemaData = await require(schemaFile);
4646

47-
console.log({ schemaPath, schemaFile, schemaData });
4847
const transformToLowerCase = (obj: Record<string, unknown>) =>
4948
Object.fromEntries(Object.entries(obj).map(([key, val]) => [key.toLowerCase(), val]));
5049

0 commit comments

Comments
 (0)