Remove namespace dbg
This commit is contained in:
@@ -7,7 +7,6 @@ import (
|
||||
"github.com/cortezaproject/corteza-server/compose/types"
|
||||
"github.com/cortezaproject/corteza-server/pkg/deinterfacer"
|
||||
"github.com/cortezaproject/corteza-server/pkg/importer"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
)
|
||||
|
||||
type (
|
||||
@@ -244,8 +243,6 @@ func (nsImp *Namespace) Store(ctx context.Context, nsk namespaceKeeper, mk modul
|
||||
return
|
||||
}
|
||||
|
||||
spew.Dump(nsImp.dirty, namespace)
|
||||
|
||||
nsImp.dirty[namespace.ID] = false
|
||||
nsImp.imp.permissions.UpdateResources(types.NamespaceRBACResource.String(), handle, namespace.ID)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user