ref: 9f8de84236cf810522711cfd55744c1adba7981d
parent: c2393c32d18cc8a2c0d72d51fb75b3424fe964b7
author: Philip Silva <philip.silva@protonmail.com>
date: Sun Oct 2 07:39:55 EDT 2022
hide fs level messages
--- a/cmd/opossum/main.go
+++ b/cmd/opossum/main.go
@@ -3,7 +3,6 @@
import (
"9fans.net/go/draw"
"fmt"
- "github.com/knusbaum/go9p"
"github.com/mjl-/duit"
"github.com/psilva261/opossum/browser"
"github.com/psilva261/opossum/js"
@@ -327,7 +326,6 @@
}
log.Debug = dbg
- go9p.Verbose = log.Debug
done := make(chan os.Signal, 1)
signal.Notify(done, os.Interrupt, os.Kill)