diff options
Diffstat (limited to 'internal/app/seal.go')
| -rw-r--r-- | internal/app/seal.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/app/seal.go b/internal/app/seal.go index 7c4ba4b7..30702124 100644 --- a/internal/app/seal.go +++ b/internal/app/seal.go @@ -231,10 +231,6 @@ func (seal *outcome) finalise(sys sys.State, config *fst.Config) error { sc := sys.Paths() seal.runDirPath = sc.RunDirPath seal.sys = system.New(seal.user.uid.unwrap()) - seal.sys.IsVerbose = fmsg.Load - seal.sys.Verbose = fmsg.Verbose - seal.sys.Verbosef = fmsg.Verbosef - seal.sys.WrapErr = fmsg.WrapError /* Work directories |
