We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a7278 commit a21cd78Copy full SHA for a21cd78
src/lib/functions/check-tsconfig-for-v2-api.mjs
@@ -37,7 +37,6 @@ const BLOCKLIST_TARGET_VALUES = new Set(['es2015', 'es3', 'es5', 'es2016'])
37
* @param {string|undefined} config.functionsDir An absolute path to the functions directory
38
*/
39
export async function checkTsconfigForV2Api(config) {
40
- console.log('checkTsconfigForV2Api', config)
41
// if no functionsDir is specified or the dir does not exist just return
42
if (!config.functionsDir || !existsSync(config.functionsDir)) {
43
return
0 commit comments