diff options
Diffstat (limited to 'branding/scripts')
-rwxr-xr-x | branding/scripts/init | 2 |
1 files changed, 0 insertions, 2 deletions
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()) |