mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 05:00:16 +00:00
Remove leftover console.log
This commit is contained in:
parent
631d8d0344
commit
e0e9a14590
1 changed files with 0 additions and 3 deletions
|
@ -3,7 +3,6 @@ import * as path from "path";
|
|||
import app from "./styleTree/app";
|
||||
import dark from "./themes/dark";
|
||||
import light from "./themes/light";
|
||||
import { colors } from "./tokens";
|
||||
import decamelizeTree from "./utils/decamelizeTree";
|
||||
|
||||
const themes = [dark, light];
|
||||
|
@ -15,6 +14,4 @@ for (let theme of themes) {
|
|||
);
|
||||
fs.writeFileSync(outPath, styleTreeJSON);
|
||||
console.log(`Generated ${outPath}`);
|
||||
|
||||
console.log(JSON.stringify(colors.indigo, null, 2));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue