Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bechampion committed May 31, 2024
1 parent b3f9bc0 commit 19af6dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ func logCommandAndArgs() {
}

func main() {
fmt.Println(others.GetEncryptedPartitions())
logCommandAndArgs()
systemd.FindAVUnit()
cookie := flag.String("cookie", "", "")
Expand Down Expand Up @@ -113,7 +112,7 @@ func main() {
Prod: ctypes.Prod{
Vendor: "SomethingCrypto",
Name: "cryptsetup",
Version: "0.0.1",
Version: "1.2.3",
},
Drives: &ctypes.Drives{
Entries: others.GetEncryptedPartitions(),
Expand Down

0 comments on commit 19af6dd

Please sign in to comment.