remove log

This commit is contained in:
Joshua Shoemaker 2022-12-14 23:46:18 -06:00
parent 80f1c8756d
commit 060c11637c
2 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ func (c *Channel) RequestAddDocumentGroup(name string) Group {
} }
func (c *Channel) RequestAddArea(documentId string, area Area) Area { func (c *Channel) RequestAddArea(documentId string, area Area) Area {
runtime.LogDebug(app.GetInstance().Context, "RequestAddArea in go")
foundDocument := document.GetDocumentCollection().GetDocumentById(documentId) foundDocument := document.GetDocumentCollection().GetDocumentById(documentId)
var id string var id string