From e9c95064992bffb331be71a89152bb3f4de763f5 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Tue, 13 Oct 2020 19:40:09 +0200 Subject: [pkg] remove unused templates & scripts --- branding/scripts/init | 2 -- 1 file changed, 2 deletions(-) (limited to 'branding/scripts') diff --git a/branding/scripts/init b/branding/scripts/init index aa22326..ecc4025 100755 --- a/branding/scripts/init +++ b/branding/scripts/init @@ -80,8 +80,6 @@ def initVendorConfig(): f.write(getConf()) caDir = os.path.join(VENDOR_PATH, PROVIDER) - print("CADIR??", caDir) - os.makedirs(caDir, exist_ok=True) with open(os.path.join(caDir, CA_README), "w") as f: f.write(getCAInfo()) -- cgit v1.2.3