File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ export class CMTD {
145
145
}
146
146
}
147
147
)
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 ) } ` ) ; } ) ;
149
149
}
150
150
) ;
151
151
}
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export async function parser(
13
13
if ( config === undefined ) {
14
14
config = cosmiconfigSync ( 'postcss' ) . search ( ) ?. config ?? { } ;
15
15
}
16
- console . log ( config ) ;
17
16
18
17
const importer = require ( 'postcss-import' ) ( config . plugins [ 'postcss-import' ] ) as AcceptedPlugin ;
19
18
const localByDefault = require ( 'postcss-modules-local-by-default' ) as AcceptedPlugin ;
You can’t perform that action at this time.
0 commit comments