grim/hgkeeper

access: remove debug prints left behind
access-control
2019-05-04, Wagner Riffel
fcf5f0592c9c
Parents f3433d4af7d8
Children f1395402bad4
access: remove debug prints left behind
--- a/access/access.go Sat May 04 03:06:14 2019 -0300
+++ b/access/access.go Sat May 04 03:14:39 2019 -0300
@@ -94,9 +94,6 @@
perms := permissions{v.Init, v.Read, v.Write}
a.addPattern(pattern, perms, globals, dummy.Groups)
}
- fmt.Printf("%#v\n", a.keys)
- fmt.Printf("%#v\n", a.users)
- fmt.Printf("%#v\n", globals)
return nil
}