3
0

Remove namespace dbg

This commit is contained in:
Denis Arh
2020-09-18 08:13:39 +02:00
parent 7508659165
commit b4a1331ae5
-3
View File
@@ -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)