Skip to content

Commit

Permalink
Remove printing pathToDir
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Feb 11, 2023
1 parent e8b498c commit 20e536c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cli/packages/cmd/reset.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Copyright (c) 2023 Infisical Inc.
package cmd

import (
"fmt"
"os"

"github.com/Infisical/infisical-merge/packages/util"
Expand All @@ -27,8 +26,6 @@ var resetCmd = &cobra.Command{
util.HandleError(err)
}

fmt.Println(pathToDir)

os.RemoveAll(pathToDir)

// delete keyring
Expand Down

0 comments on commit 20e536c

Please sign in to comment.