diff --git a/tools/extract-tokens/extract-tokens.ts b/tools/extract-tokens/extract-tokens.ts index 07c33994fc6a..7611a0851e55 100644 --- a/tools/extract-tokens/extract-tokens.ts +++ b/tools/extract-tokens/extract-tokens.ts @@ -45,7 +45,6 @@ interface ThemeData { // Script that extracts the tokens from a specific Bazel target. if (require.main === module) { const [packagePath, outputPath, ...inputFiles] = process.argv.slice(2); - console.log(packagePath); const themeFiles = inputFiles // Filter out only the files within the package // since the path also includes dependencies.