Skip to content

Commit a958dee

Browse files
committed
remove logs
1 parent 1355398 commit a958dee

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

build.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ try {
6666
}
6767

6868
function getFileListFromConfig(config) {
69-
console.log('config', config)
7069
const files = [];
7170
if (config.domSideScripts) {
7271
config.domSideScripts.forEach(function (file) {
@@ -88,8 +87,6 @@ try {
8887
});
8988
}
9089

91-
console.log('config', config)
92-
9390
if (config.info.defaultImageUrl) {
9491
files.push(`c3runtime/${config.info.defaultImageUrl}`);
9592
}
@@ -432,8 +429,6 @@ try {
432429
// write aces.json
433430
writeFileSync("./export/aces.json", JSON.stringify(aces, null, 2));
434431

435-
console.log('config', config)
436-
437432
// copy icon.svg
438433
if (config.icon) {
439434
copyFileSync("./src/" + config.icon, "./export/" + config.icon);

src/pluginConfig.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
import pkg from '../package.json' with { type: 'json' };
44

5-
console.log('pkg', pkg)
6-
75
/**
86
* @satisfies {import('./sdk').Config<'general' | 'window' | 'filesystem' | 'file-dialogs' | 'command-line'>}
97
*/

0 commit comments

Comments
 (0)