summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-14 02:23:45 -0500
committerJeff Carr <[email protected]>2025-10-14 02:24:59 -0500
commitf2a3ac86043387725cb932c877bc76770812b11f (patch)
tree124c8a38c7fef36594015106638ae063e02cab2f
parentcde244af8f9fc4062213d170ce23be730656b416 (diff)
rm testingv0.0.22
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.go b/main.go
index c5fa528..fc14458 100644
--- a/main.go
+++ b/main.go
@@ -6,7 +6,6 @@ import (
"os"
"path/filepath"
- "go.wit.com/lib/debian"
"go.wit.com/lib/gui/prep"
"go.wit.com/lib/gui/shell"
"go.wit.com/lib/protobuf/zoopb"
@@ -94,7 +93,6 @@ func main() {
}
if argv.Verify != nil {
- debian.InitMachine()
s, err = doVerify()
}