From 547e73f44a272f492164876facefcd7bd8c36cbc Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sat, 10 Apr 2021 15:33:29 +0200 Subject: [PATCH] Attempting to setup GH actions --- scripts/generateLicenseInfo.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/generateLicenseInfo.ts b/scripts/generateLicenseInfo.ts index a4fea5242..6bf266de5 100644 --- a/scripts/generateLicenseInfo.ts +++ b/scripts/generateLicenseInfo.ts @@ -139,7 +139,6 @@ function cleanLicenseInfo(allPaths: string[], allLicenseInfos: SmallLicense[]){ for (const license of allLicenseInfos) { const p = license.path const dir = p.substring(0, p.lastIndexOf("/")) - console.log(dir) license.path = p.substring(dir.length + 1) if(!perDirectory.has(dir)){ perDirectory.set(dir, [])