We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39b512 commit 017dfd1Copy full SHA for 017dfd1
tools/extract-tokens/extract-tokens.ts
@@ -45,7 +45,6 @@ interface ThemeData {
45
// Script that extracts the tokens from a specific Bazel target.
46
if (require.main === module) {
47
const [packagePath, outputPath, ...inputFiles] = process.argv.slice(2);
48
- console.log(packagePath);
49
const themeFiles = inputFiles
50
// Filter out only the files within the package
51
// since the path also includes dependencies.
0 commit comments