chore: removed logger

This commit is contained in:
Felipe M 2022-01-26 22:46:19 +01:00
parent 40c3da1faa
commit b54f51b3a0
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 0 additions and 3 deletions

View File

@ -2,7 +2,6 @@ package cmd
import (
"fmt"
"log"
"os"
fp "path/filepath"
@ -54,8 +53,6 @@ func preRunRootHandler(cmd *cobra.Command, args []string) {
os.Exit(1)
}
log.Println(dataDir)
err = os.MkdirAll(dataDir, os.ModePerm)
if err != nil {
cError.Printf("Failed to create data dir: %v\n", err)