From 373d0ef7720748060855d73438f0115721b10b4f Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Fri, 23 Sep 2016 15:26:05 -0700 Subject: [PATCH] removed TODO --- default_writing_router.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/default_writing_router.go b/default_writing_router.go index c680d00..a0bdfd8 100644 --- a/default_writing_router.go +++ b/default_writing_router.go @@ -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) { p = append(p, ' ') p = dotquote.AppendMap(p, context, "ctx")