summaryrefslogtreecommitdiff
path: root/system/api/handlers.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-01-16 10:56:48 -0800
committerSteve Manuel <nilslice@gmail.com>2017-01-16 10:56:48 -0800
commit957926591fd8fc2adacf04f410e5127dec259c85 (patch)
tree1ccc4e9aebfedcbec8199b9fa5d28414e6ec3ca2 /system/api/handlers.go
parentcb4f6cd182bf538b2b7c297e56d6f7665607d19f (diff)
clear up debug artifacts and add info to console messages
Diffstat (limited to 'system/api/handlers.go')
-rw-r--r--system/api/handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/api/handlers.go b/system/api/handlers.go
index 071a373..2473c24 100644
--- a/system/api/handlers.go
+++ b/system/api/handlers.go
@@ -231,7 +231,7 @@ func toJSON(data []string) ([]byte, error) {
return buf.Bytes(), nil
}
-// sendData() should be used any time you want to communicate
+// sendData should be used any time you want to communicate
// data back to a foreign client
func sendData(res http.ResponseWriter, data []byte, code int) {
res, cors := responseWithCORS(res)