removed TODO

master
Charles Iliya Krempeaux 2016-09-23 15:26:05 -07:00
parent 7aee85f3ba
commit 373d0ef772
1 changed files with 0 additions and 4 deletions

View File

@ -79,10 +79,6 @@ func (router *DefaultWritingRouter) Route(message string, context map[string]int
} }
} }
//@TODO: This is a potential heavy operation. Is there a better way
// to get the ultimate result this is trying to archive?
//
if 0 < len(context) { if 0 < len(context) {
p = append(p, ' ') p = append(p, ' ')
p = dotquote.AppendMap(p, context, "ctx") p = dotquote.AppendMap(p, context, "ctx")