Skip to content

Commit a21cd78

Browse files
author
Lukas Holzer
committed
chore: cleanup
1 parent 38a7278 commit a21cd78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/lib/functions/check-tsconfig-for-v2-api.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ const BLOCKLIST_TARGET_VALUES = new Set(['es2015', 'es3', 'es5', 'es2016'])
3737
* @param {string|undefined} config.functionsDir An absolute path to the functions directory
3838
*/
3939
export async function checkTsconfigForV2Api(config) {
40-
console.log('checkTsconfigForV2Api', config)
4140
// if no functionsDir is specified or the dir does not exist just return
4241
if (!config.functionsDir || !existsSync(config.functionsDir)) {
4342
return

0 commit comments

Comments
 (0)