Skip to content

Commit 017dfd1

Browse files
authored
build: remove leftover log (#30789)
Removes a log that was left after debugging.
1 parent d39b512 commit 017dfd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/extract-tokens/extract-tokens.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ interface ThemeData {
4545
// Script that extracts the tokens from a specific Bazel target.
4646
if (require.main === module) {
4747
const [packagePath, outputPath, ...inputFiles] = process.argv.slice(2);
48-
console.log(packagePath);
4948
const themeFiles = inputFiles
5049
// Filter out only the files within the package
5150
// since the path also includes dependencies.

0 commit comments

Comments
 (0)