Skip to content

Commit eb3ea5f

Browse files
committed
no debug
1 parent cf70f33 commit eb3ea5f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export class CMTD {
145145
}
146146
}
147147
)
148-
.catch(err => { this.logger.error(`{CMTD!} ${err} ${JSON.stringify(err)}`); this.logger.info(err.stack); });
148+
.catch(err => { this.logger.error(`{CMTD} ${err} ${JSON.stringify(err)}`); });
149149
}
150150
);
151151
}

src/parser.ts

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export async function parser(
1313
if(config === undefined) {
1414
config = cosmiconfigSync('postcss').search()?.config ?? {};
1515
}
16-
console.log(config);
1716

1817
const importer = require('postcss-import')(config.plugins['postcss-import']) as AcceptedPlugin;
1918
const localByDefault = require('postcss-modules-local-by-default') as AcceptedPlugin;

0 commit comments

Comments
 (0)